https://github.com/nottherealtar/tarsactivity
A Simple Template for a Python Based Rich Presence Application
https://github.com/nottherealtar/tarsactivity
discord discordpy presence pypresence python rich-presence
Last synced: 3 days ago
JSON representation
A Simple Template for a Python Based Rich Presence Application
- Host: GitHub
- URL: https://github.com/nottherealtar/tarsactivity
- Owner: nottherealtar
- Created: 2024-03-18T10:43:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T07:45:44.000Z (about 1 year ago)
- Last Synced: 2025-03-15T23:28:15.308Z (3 months ago)
- Topics: discord, discordpy, presence, pypresence, python, rich-presence
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Rich Presence GUI
This is a simple GUI application for setting a custom Discord Rich Presence status. It's built with Python and uses the pypresence library to interact with Discord, and tkinter for the GUI.## Features
Set a custom Discord Rich Presence status with various options (details, state, images, buttons, timestamps, party size)
Validate URLs for buttons
Save and load presets
Login with a specific client ID### Usage
Run the script: python RichPresence.py
Enter your client ID and other details for your rich presence status
Click "Update Presence" to set your status
You can also save your current inputs as a preset by clicking "Save Preset", and load them back later with "Load Preset"
To clear your status, click "Clear Presence"#### Requirements
_Python 3_
- `pypresence` library (`pip install pypresence`)- `validators library` (`pip install validators`)
- `tkinter library` (`comes pre-installed with Python`)
### Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.