Skip to content
/ Qtcord Public

Qtcord is a Discord client built with QT aiming to bring a lightweight, native experience.

License

Notifications You must be signed in to change notification settings

mak448a/Qtcord

Repository files navigation

Qtcord

Download Count Discord Invite

Qtcord is a Discord client built with QT aiming to bring a lightweight, native experience. I am not responsible if you get your account banned from this project.

Download on Flathub

Download for Windows

Screenshot of Qtcord

Setup

Note

You need Python 3.10 or higher!

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

Credits

Here are the links to the tutorials/docs that I used to make this app. https://discord.com/developers/docs/ https://luna.gitlab.io/discord-unofficial-docs/ https://www.youtube.com/channel/UC8PPJFudLUM1eJlM4BiJ40A

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! 😅 Check out CONTRIBUTING.md for more information.