discord-rich-presence
A Discord Rich Presence App to set your own custom rich presence.
#BUILDS Ready to use package are available inside "finalpackage" folder, no need to install any depedency just run the app. There is a slight chance Antivirus might call it a virus / trojan, it is a false alarm. If you are not confident or dont trust you can build the package following the instructions below.
Depedency
- Python
- pip
- pipenv ( if you have pip ,
run pip install pipenv
)
To Run#
pipenv shell
python app.py
To Build Package
pipenv shell
pipenv install --dev
- For Linux
./build.sh
- You will get a tar package inside "finalpackage" folder
- For Windows
pyinstaller --noconsole --onefile app.py
- copy main_ui.ui to "dist" folder , you can compress the dist folder and send it or use the application by opening "app"