gd.py
gd.py copied to clipboard
An API Wrapper for Geometry Dash written in Python.
soo, everytime when i execute a script i get this error: ``` Exception ignored in: Traceback (most recent call last): File "C:\Program Files\Python39\lib\asyncio\proactor_events.py", line 116, in __del__ self.close() File "C:\Program...
I put in the code to load local levels(from the docs) `database = gd.api.save.load()` When I try, I get the following error stack: ``` Traceback (most recent call last): File...
Let's collapse the history for this and previous years. We can make a tag to save the history.
Even if there's no implementation yet, let's keep type checking audits usable. Let's fill in missing interfaces for the ongoing v2 implementation.
Migrate to PEP 585 and PEP 604 with the help of `__future__.annotations`.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Release notes Sourced from ruff's releases. v0.4.4 Changes Preview features [pycodestyle] Ignore end-of-line comments when determining blank line rules (#11342)...
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.5.1 — 2024-05-04 Fix: a pragma comment on the continuation lines of a multi-line...