A Python wrapper for Geometry Dash API.
Project description
GeometryDash.py
A simple API wrapper for Geometry Dash 2.1 written in Python.
Key Features
- Modern Pythonic API using
asyncandawaitsyntax - High coverage of the supported Geometry Dash API
Installing
Python 3.6 or higher is required
pip install geometrydash
Examples
Level Example
import geometrydash as gd
level = await gd.search_level("zodiac")
level.featured # True
level.coins # 0
Profile Example
import geometrydash as gd
user = await gd.search_user("robtop")
user.name # 'RobTop'
user.moderator # 'elder'
Licence
GNU General Public Licence v3.0
Links
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
geometrydash-1.0.0.tar.gz
(4.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geometrydash-1.0.0.tar.gz.
File metadata
- Download URL: geometrydash-1.0.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ad5ceea35e31ffde517f40fad35da93f828430595d0db85f5d3c56a1535bcbf2
|
|
| MD5 |
8150d440964de579ea77b44f124f8584
|
|
| BLAKE2b-256 |
78cc3d5e756789e21e464563fde846c890355a22d850bab528df484a2df9797d
|
File details
Details for the file geometrydash-1.0.0-py3-none-any.whl.
File metadata
- Download URL: geometrydash-1.0.0-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84426c5ee62b507f4362f31d2fd9dad775b5cb089ef10c8210fa44eadd6dcb13
|
|
| MD5 |
018f1565f8a2c5d5b516eb4f3878454f
|
|
| BLAKE2b-256 |
9fcdffefa867e89fabd14c884399ec4772e74dcc3a73f95a930e0d4c824a8fc4
|