Skip to content

ZakariyaRguibi/DiceGoblin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiceGoblin: Discord rich presence customizer

What is DiceGoblin?

DiceGoblin is a small tool that let you costumize discord rich presence, you can write whatever you want using a simple and direct UI, and even add a button with a link (for example: invite link to your server etc)

Usage

Download the appropriate version to your system and run it.

Fill the information in the UI and click on update, you can see that your rich presence is now changed.

To remove rich presence, simply close the application.

Requirements

Note: These only apply for people using the source code directly.

You need Python 3.5 or later to run DiceGoblin. You can have multiple Python versions (2.x and 3.x) installed on the same system without problems.

In Ubuntu, Mint and Debian you can install Python 3 like this:

$ sudo apt-get install python3 python3-pip

For other Linux flavors, macOS and Windows, packages are available at

https://www.python.org/getit/

Quick start

Install dependencies from the requirements.txt :

$ pip install -r requirements.txt

Run the program

$ python mainUi.py

Compiling the program

You can use the python file just fine by itself, but if you want to compile it to binary for whatever reason:

Use cython

Changelog

  • v1: initial release

License

DiceGoblin is licensed under the terms of the GNU GPLv3 (see the file LICENSE).

About

A Discord rich presence customizer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages