gd.py
latest
  • Introduction
  • Version Related Info
  • Setting Up Logging
  • Client
  • Entities
  • Users
  • Comments, Friend Requests and Messages
  • Songs
  • Levels
  • Rewards
  • Game API
  • Memory Interaction
  • Useful Utils
  • Exceptions
  • Enums
  • Event Reference
  • Console Usage
  • Development API Reference
gd.py
  • »
  • Welcome to gd.py’s documentation!
  • Edit on GitHub

Welcome to gd.py’s documentation!¶

gd.py is a modern, easy to use, feature-rich, and async ready API wrapper for Geometry Dash.

Features:

  • Modern Pythonic API using async and await syntax

  • Implements the entire Geometry Dash API

  • Easy to use with an object oriented design

Documentation Contents¶

  • Introduction
  • Version Related Info
  • Setting Up Logging
  • Client
    • Client
  • Entities
  • Users
    • User
    • Icon Set and Color
  • Comments, Friend Requests and Messages
    • Comment
    • Friend Request
    • Message
  • Songs
    • Artist Info
    • Author
    • Song
  • Levels
    • Level
    • Filters
    • Level Packs
  • Rewards
    • Chest
    • Quest
  • Game API
    • Save
    • Database
    • Level Editing
    • Editor
    • Enums
    • Guidelines
    • Header
    • LevelAPI
    • HSV
    • ColorChannel
    • Object
  • Memory Interaction
    • Types
    • Enums
    • Buffer
    • Memory API
  • Useful Utils
    • Async Helpers
    • Sequence Helpers
  • Exceptions
    • Exception List
    • Exception Hierarchy
  • Enums
  • Event Reference
    • Example
    • Example Explanation
    • Built-In Listeners
    • Running Manually
    • Event handlers with @client.event
    • Event handlers with subclassing gd.Client
    • Functions
    • Creating Custom Listeners
  • Console Usage
  • Development API Reference
    • HTTP Requests Module
    • Parameters Creating
    • Ciphers and Coders

Additional Information¶

If you still can’t find what you’re looking for, try in this page:

  • Index

Next

© Copyright 2019-2020, nekitdev Revision 65bda763.

Built with Sphinx using a theme provided by Read the Docs.