gdmodloader

ModLoader for Geometry Dash, written in Python


License
MIT
Install
pip install gdmodloader==0.1.6

Documentation

gdmodloader

Project License PyPI Library Version Required Python Versions Project Development Status Library Downloads/Week Documentation Status

gdmodloader is a library that implements modloader for Geometry Dash.

Key Features

  • Modern Pythonic API
  • Easy to Use SDK

Installing

Python 3.6 or higher is required

To install the launcher, download the launcher.zip from releases and then run the installer.py, the installer.py should install the modloader.

After installing the modloader, restart your computer so the modloader runs when you start Geometry Dash.

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

# Windows
py -3 -m pip install -U gdmodloader

Development Version

You can install development version from GitHub:

pip install -U https://github.com/SpookyBear0/gdmodloader/archive/master.zip

Quick example

import gdmodloader

...

You can find more examples in examples directory.

Authors

This project is mainly developed by SpookyBear0

Links