Skip to content

mak448a/QTCord

Repository files navigation

QTCord

QTCord is a lightweight 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.

Download on Flathub

Download for Windows

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 just working on this for fun. Have fun! And if you're feeling very helpful, maybe even clean it up for me! 😅

When you need to regenerate the ui files, create the file ~/Documents/regenerate_ui_files_indicator.txt. More notes are in projects_notes.txt.