Skip to content
/ QTCord Public

A lightweight Discord client written in Python and QT aiming for a native look and feel.

License

Notifications You must be signed in to change notification settings

mak448a/QTCord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QTCord

QTCord is a Discord client aiming to bring a native look and feel chat experience. I am not responsible if you get your account banned from this project. My account has been flagged twice while developing this project.

Download on Flathub

Screenshot of QTCord

Setup

Do the standard Python procedure: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

Cd into src cd src/

Afterwards, just run main.py.

python3 main.py

Notes for developers

The code is a mess, since I'm still working on it. Have fun!