Skip to content

mak448a/Qtcord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

589e8f1 · Mar 17, 2025
Oct 18, 2024
Sep 11, 2024
Oct 17, 2024
Sep 11, 2024
Mar 5, 2025
Mar 5, 2025
Sep 27, 2024
Dec 20, 2024
Feb 23, 2024
Mar 17, 2025
Nov 1, 2024
Nov 1, 2024

Repository files navigation

Qtcord

Download Count Discord Invite

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

Caution

This is just a fun side project. I am not responsible if you get your account banned from this project. Use at your own risk.

(Make sure you're getting Qtcord from the right source! The official source is https://github.com/mak448a/Qtcord!)

Download on Flathub

Download for Windows & macOS

Screenshot of Qtcord

Notes for developers

Check out CONTRIBUTING.md!

Note

You need Python 3.12 or higher! Also, I recommend using uv if you have it installed. It's faster than pip. (uv pip install -r requirements.txt)

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. If you're on Windows, substitute python3 for python.

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