https://github.com/mak448a/qtcord
Qtcord is a Discord client built with Qt aiming to bring a lightweight, native experience.
https://github.com/mak448a/qtcord
discord discord-api discord-client discord-qt discordapp flatpak good-first-issue kde-plasma linux linux-app native plasma-desktop pyside6 python python-gui qt qt6
Last synced: 2 months ago
JSON representation
Qtcord is a Discord client built with Qt aiming to bring a lightweight, native experience.
- Host: GitHub
- URL: https://github.com/mak448a/qtcord
- Owner: mak448a
- License: mit
- Created: 2023-12-08T02:06:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T02:59:19.000Z (3 months ago)
- Last Synced: 2025-04-09T15:03:54.036Z (2 months ago)
- Topics: discord, discord-api, discord-client, discord-qt, discordapp, flatpak, good-first-issue, kde-plasma, linux, linux-app, native, plasma-desktop, pyside6, python, python-gui, qt, qt6
- Language: Python
- Homepage:
- Size: 3.29 MB
- Stars: 100
- Watchers: 1
- Forks: 8
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Qtcord

[](https://discord.gg/gV8SjzZAXj)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 for Windows & macOS](https://github.com/mak448a/Qtcord/releases/latest)

## Notes for developers
Check out [CONTRIBUTING.md](https://github.com/mak448a/Qtcord/blob/main/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`.
```shell
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