Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bayeggex/custom-discord-rich-presence
https://github.com/bayeggex/custom-discord-rich-presence
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bayeggex/custom-discord-rich-presence
- Owner: bayeggex
- Created: 2024-06-02T10:39:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T15:10:37.000Z (7 months ago)
- Last Synced: 2024-06-04T17:52:07.350Z (7 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Discord Custom Rich Presence - Show Your Style with Python!
![Discord](https://img.shields.io/badge/Discord-Rich%20Presence-blue?style=flat-square)
![Python](https://img.shields.io/badge/Python-3.6%2B-blue?style=flat-square)
![License](https://img.shields.io/github/license/yourusername/your-repo?style=flat-square)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
- [🎮 Discord Custom Rich Presence - Show Your Style with Python!](#-discord-custom-rich-presence---show-your-style-with-python)
- [📋 Table of Contents](#-table-of-contents)
- [✨ Features](#-features)
- [⚙️ Installation](#️-installation)
- [🚀 Usage](#-usage)
- [🤝 Contributing](#-contributing)
- [📄 License](#-license)
- [🐸 Inspiration and Ideas](#-inspiration-and-ideas)## ✨ 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:**
```bash
git clone https://github.com/bayeggex/Custom-Discord-Rich-Presence
cd your-repo
```2. **Install Required Libraries:**
```bash
pip install -r requirements.txt
```3. **Edit the Status by using tkinter:**
```json
{
"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:
```bash
python main.py
```That's it! Your custom Rich Presence will now be displayed on your Discord profile. 🎉
## 🤝 ContributingWe 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.