Skip to main content

A Geometry Dash API wrapper for Python

Project description

PyPI Library Version Required Python Versions Documentation Status

gd.py is a library that provides its users ability to interact with servers of Geometry Dash.

Key Features

  • Modern Pythonic API

  • High coverage of the supported Geometry Dash API

  • Using async and await syntax

Installing

Python 3.5.3 or higher is required

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

# Linux/OS X
python3 -m pip install -U gd.py

# Windows
py -3 -m pip install -U gd.py

To install the developer version, run these commands:

$ git clone https://github.com/NeKitDS/gd.py
$ cd gd.py
$ python3 -m pip install -U .

Quick example

import gd

client = gd.Client()

async def test():
    song = await client.get_song(633206)
    print(song.name)

gd.utils.run(test())

# OUTPUT: Random Song 01

You can find more examples in examples directory.

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.py-0.7.0.tar.gz (3.2 MB view details)

Uploaded Source

File details

Details for the file gd.py-0.7.0.tar.gz.

File metadata

  • Download URL: gd.py-0.7.0.tar.gz
  • Upload date:
  • Size: 3.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.7

File hashes

Hashes for gd.py-0.7.0.tar.gz
Algorithm Hash digest
SHA256 42b15b9aaec969a67c673a5db3d493ee3f7e36d7fcc36b78dfbc13e12d0b83df
MD5 0a3a6cab90fa2630bdf47bfde0f1a60d
BLAKE2b-256 fe17b577ecd239da880651bf4bad6769ca28e0f3e54664a28ef15842a856fd2e

See more details on using hashes here.

Supported by

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