Skip to content

bayeggex/Custom-Discord-Rich-Presence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 Discord Custom Rich Presence - Show Your Style with Python!

Discord Python License

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! 🚀

📋 Table of Contents

✨ Features

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

⚙️ Installation

Follow these steps to set up the project:

  1. Clone the Repository:

    git clone https://github.com/bayeggex/Custom-Discord-Rich-Presence
    cd your-repo
  2. Install Required Libraries:

    pip install -r requirements.txt
  3. 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"
    }

🚀 Usage

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

🤝 Contributing

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.

📄 License

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! 😎

🐸 Inspiration and Ideas

this project is a faster and more optimized version of maximmax42 github user's discord presence written in python.