Geometry Dash Discord Rich Presence.
Project description
gd.rpc
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gd_rpc-1.0.2.tar.gz
.
File metadata
- Download URL: gd_rpc-1.0.2.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9959f41bc7731210956110e3a300f56b1e007da1989898aeb29305abc754e1a2 |
|
MD5 | b4e7199902c6d0242f6d818375974e96 |
|
BLAKE2b-256 | ddbfdf2f82019495f5c63326ac8ffdd36cd4400c4c6815a79bf5946b49599f93 |
File details
Details for the file gd_rpc-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: gd_rpc-1.0.2-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.11.3 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ef2b427ad32600992145daef2598970672a2cbb8f80c043417dda860d634f5c |
|
MD5 | ccfaf0c5abce89e97932533d06ac7b40 |
|
BLAKE2b-256 | a17777f742fe2c1eafb9e4b2f7bf6ac05cb15eb39ad8e5e111b7366b39aadcc2 |