Skip to main content

Geometry Dash Discord Rich Presence.

Project description

Image

gd.rpc

License Version Downloads Discord

Documentation Check

Geometry Dash Discord Rich Presence.

Installing

Python 3.7 or above is required.

pip

Installing the library with pip is quite simple:

$ pip install gd.rpc

Alternatively, the library can be installed from source:

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

poetry

You can add gd.rpc as a dependency with the following command:

$ poetry add gd.rpc

Or by directly specifying it in the configuration like so:

[tool.poetry.dependencies]
"gd.rpc" = "^1.0.2"

Alternatively, you can add it directly from the source:

[tool.poetry.dependencies."gd.rpc"]
git = "https://github.com/nekitdev/gd.rpc.git"

Usage

Using gd.rpc is as simple as:

$ python -m gd.rpc
config: ~/.config/gd/rpc.toml
connecting...
press [ctrl + c] or close the console to exit...

Compiling

Compiling an executable version of the gd.rpc library:

$ pyinstaller --onefile --icon assets/gd.rpc.ico --exclude numpy --exclude PIL --exclude IPython --exclude Crypto --exclude lxml --add-data gd/rpc;gd/rpc gd.rpc.py

Showcase

The showcase can be found here.

Documentation

You can find the documentation here.

Support

If you need support with the library, you can send an email or refer to the official Discord server.

Changelog

You can find the changelog here.

Security Policy

You can find the Security Policy of gd.rpc here.

Contributing

If you are interested in contributing to gd.rpc, make sure to take a look at the Contributing Guide, as well as the Code of Conduct.

License

gd.rpc is licensed under the MIT License terms. See License for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gd_rpc-1.0.2.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

gd_rpc-1.0.2-py3-none-any.whl (11.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page