An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# RPG Maker MZ - Discord Rich Presence

![RPG Maker MZ Logo](ressource/icon.ico)

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*