gd.py
gd.py copied to clipboard
An API Wrapper for Geometry Dash written in Python.
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.7 Changes Preview features [flake8-pyi] Implement PYI064 (#11325) [flake8-pyi] Implement PYI066 (#11541) [flake8-pyi] Implement...
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 [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.5.3 — 2024-05-28 Performance improvements for combining data files, especially when measuring line coverage....
### Error description and replication 1. Built and installed module from git source using provided commands 2. Created a new file and imported GD with some test code 3. Ran...
I've been trying to get the latest version of gd.py working on my device literally all day today. I'm not the greatest with command-line stuff so I'm probably missing something...
After gd.py update to 1.0.0, I can't install 0.10.1, that supports memory, and also dont understand how detect player's death in new 1.0.0 version. Can someone let me know how...
i trying to use it in program, but program displaying me this error: C:\Python\Scripts>gd Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in...
Hi there ! This is my first time really trying to work with code so I don't really know how any of this works yet and I have a issue...
Here's the steps to reproduce this bug ## Step 1 ```pip install gd.py aiounittest``` ## Step 2 ```python # test.py import aiounittest import unittest import gd class TestDaily(aiounittest.AsyncTestCase): @property def...
i try to run the login program but this pops up