Hello there! Want to make your Discord profile unique and fun? It's time to create your own Custom Rich Presence! This project allows you to personalize your Discord Rich Presence using Python. Let's get started and take your Discord experience to the next level! 🚀
- Easy Setup: Quick and smooth installation process with Python.
- Customization: Personalize your status while gaming, listening to music, or coding.
- Flexibility: Set anything you want as your Rich Presence.
- Fun and Interesting: Add fun details that make your profile stand out.
Follow these steps to set up the project:
-
Clone the Repository:
git clone https://github.com/bayeggex/Custom-Discord-Rich-Presence cd your-repo
-
Install Required Libraries:
pip install -r requirements.txt
-
Edit the Status by using tkinter:
{ "client_id": "Your_Discord_Client_ID", "details": "Describe what you're doing!", "state": "Set your state here!", "large_image": "large_image_name", "large_text": "Text for the large image", "small_image": "small_image_name", "small_text": "Text for the small image" }
Run the script with the following command:
python main.py
That's it! Your custom Rich Presence will now be displayed on your Discord profile. 🎉
We welcome contributions! To report a bug or suggest a new feature, open an issue or submit a pull request.
Fork the repository.
Create a new branch: git checkout -b feature/amazing-feature
Commit your changes: git commit -m 'Add some amazing feature'
Push to the branch: git push origin feature/amazing-feature
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you like this project, don't forget to give it a star! ⭐
Elevate your Discord presence and impress your friends! 😎
this project is a faster and more optimized version of maximmax42 github user's discord presence written in python.