https://github.com/inkflow59/rpgmakermz-discordrpc
A simple program that allows you to display which RPG Maker MZ project you are working on in your Discord status
https://github.com/inkflow59/rpgmakermz-discordrpc
Last synced: about 1 year ago
JSON representation
A simple program that allows you to display which RPG Maker MZ project you are working on in your Discord status
- Host: GitHub
- URL: https://github.com/inkflow59/rpgmakermz-discordrpc
- Owner: Inkflow59
- Created: 2025-02-18T15:22:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T19:30:57.000Z (over 1 year ago)
- Last Synced: 2025-02-19T20:28:20.689Z (over 1 year ago)
- Language: Python
- Size: 20.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPG Maker MZ - Discord Rich Presence

A simple utility that adds Discord Rich Presence integration to your RPG Maker MZ sessions.
## 🌟 Features
- Displays your current RPG Maker MZ project on Discord
- System tray icon for easy control
- Automatic update checking
- Automatic Discord connection
- Minimalist and lightweight interface
## 📥 Installation
1. Download the latest version from the [releases page](https://github.com/Inkflow59/RPGMakerMZ-DiscordRPC/releases)
2. Extract the archive wherever you want
3. Run `RPGMakerMZ-DiscordRPC.exe`
## 💻 Usage
1. Make sure Discord is running
2. Launch RPGMakerMZ-DiscordRPC
3. Open your RPG Maker MZ project
4. Your Discord status will automatically update with your project name
A system tray icon will appear, allowing you to:
- See the current version
- Check for available updates
- Quit the application
## 🛠️ Development
### Prerequisites
```
pypresence
pygetwindow
pystray
Pillow
requests
packaging
```
### Development Setup
1. Clone the repository
2. Install dependencies:
```bash
pip install -r requirements.txt
```
3. Run the script:
```bash
python app.py
```
## 📝 Changelog
### Version 1.0.0
- Initial release
- Discord Rich Presence integration
- Minimalist system tray interface
- Automatic update checking
## 🤝 Contributing
Contributions are welcome! Feel free to:
1. Fork the project
2. Create a feature branch
3. Commit your changes
4. Push to your branch
5. Open a Pull Request
## 💌 Contact
- GitHub: [@Inkflow59](https://github.com/Inkflow59)
---
*Made with ❤️ for the RPG Maker MZ community*