Sharing Geometry Dash levels through CLI.
Project description
gd.share
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.1"
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
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.