gd.py
gd.py copied to clipboard
An API Wrapper for Geometry Dash written in Python.
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.17 Updated Serbian translations Fixed #7003: Confusing keyboard interaction for palette toggle Fixed #7001:...
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Release notes Sourced from ruff's releases. v0.3.5 Changes Preview features [pylint] Implement modified-iterating-set (E4703) (#10473) [refurb] Implement for-loop-set-mutations (FURB142) (#10583)...
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)...
# when i run even a simple code it gives this error > FileNotFoundError: /opt/homebrew/lib/python3.11/site-packages/gd/submodules/schema/gd/schema/artist.capnp Code : ``` python import gd client = gd.Client() ``` entire error ``` Traceback (most...
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Changelog Sourced from pytest-cov's changelog. 5.0.0 (2024-03-24) Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in [#623](https://github.com/pytest-dev/pytest-cov/issues/623)...
Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.23.6 0.23.6 (2024-03-19) Fix compatibility with pytest 8.2 #800 Known issues As of...
Updates the requirements on [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Changelog Sourced from coverage's changelog. Version 7.4.4 — 2024-03-14 Fix: in some cases, even with [run] relative_files=True, a data file...
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 8.1.1 pytest 8.1.1 (2024-03-08) ::: {.note} ::: {.title} Note ::: This release is not...
Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. Changelog Sourced from mypy's changelog. Mypy Release Notes Mypy 1.9 We’ve just uploaded mypy 1.9 to the Python Package Index...
Traceback (most recent call last): File "d:\GD-Save-Decryptor-main\decodefile.py", line 41, in database = gd.api.save.load(main=path + '\\CCGameManager.dat') File "C:\Users\Adam\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\gd\api\save_manager.py", line 119, in load return self.load_parts(main_data, levels_data, apply_xor=True, follow_system=True) File "C:\Users\Adam\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\gd\api\save_manager.py", line 145,...