A desktop application that allows you to create your own rich presence for Discord.
Made using PyQt5 and pypresence.
Download the latest released executable here.
You must have Python 3.8 or above installed (versions below are not officially supported).
Clone the repository:
git clone https://github.com/geekid812/discord-rpc-customizer
Get the dependencies:
pip install requirements.txt
Run the application using py main.py
or python main.py
depending on your platform.
- Create a new application on the Discord Developer Portal. The name of this application will be the title of your Rich Presence.
- Copy the ID of the application you just created.
- Open the Rich Presence Customizer and paste your application ID there.
- Change the settings of your Rich Presence as you wish.
- Click on
Update Presence
to apply the settings to your Discord presence.
Bonus: You can upload assets on the application page to use in your presence!