Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gd.rpc

Project License PyPI Library Version Required Python Versions Project Development Status Library Downloads/Month Patreon Page [Support]

gd.rpc is a library that implements GD Discord RPC in Python.

Discord Example

Installing

Python 3.6 or higher is required

To install the library, you can just run the following command:

# Windows
py -3 -m pip install -U gd.rpc

In order to install the library from source, you can do the following:

$ git clone https://github.com/NeKitDS/gd.rpc
$ cd gd.rpc
$ python -m pip install -U .

Running

Running the app is quite simple.

You can either invoke it from python:

import gdrpc
gdrpc.run()

Or run a console command:

$ python -m gdrpc

# OR

$ gd.rpc

Building

You can build an executable file from the gdrpc.py file using pyinstaller:

$ pyinstaller --onefile --exclude-module Pillow --exclude-module numpy --exclude-module IPython --exclude-module pycryptodome --exclude-module lxml --icon=gdrpc.ico gdrpc.py

Generated executable will be in ./dist folder.

Authors

This project is mainly developed by NeKitDS.

About

Geometry Dash Discord Rich Presence.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages