Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 kde-plasma linux linux-app native plasma-desktop pyside6 python python-gui qt qt6

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Qtcord
![Download Count](https://img.shields.io/endpoint?url=https://flathub-stats-backend.vercel.app/badges/io.github.mak448a.QTCord/shields.io.json)
[![Discord Invite](https://dcbadge.limes.pink/api/server/https://discord.gg/gV8SjzZAXj?style=flat)](https://discord.gg/gV8SjzZAXj)

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](https://github.com/mak448a/Qtcord/releases)

![Screenshot of Qtcord](demos/demo4.png)

## 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.
```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

## 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.