Skip to main content

Geometry Dash Discord Rich Presence.

Project description

Image

gd.share

License Version Downloads Discord

Documentation Check

Sharing Geometry Dash levels through CLI.

Installing

Python 3.7 or above is required.

pip

Installing the library with pip is quite simple:

$ pip install gd.share

Alternatively, the library can be installed from source:

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

poetry

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

$ poetry add gd.share

Or by directly specifying it in the configuration like so:

[tool.poetry.dependencies]
"gd.share" = "^1.0.0"

Alternatively, you can add it directly from the source:

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

Compiling

Compiling an executable version of the gd.share library:

$ pyinstaller --onefile --icon assets/gd.share.ico --exclude numpy --exclude PIL --exclude IPython --exclude Crypto gd.share.py

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.share here.

Contributing

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

License

gd.share 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_share-1.0.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

gd_share-1.0.0-py3-none-any.whl (5.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