Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vayan/ldtk-py
Load and parse LDtk files, with full types definitions
https://github.com/vayan/ldtk-py
Last synced: 2 days ago
JSON representation
Load and parse LDtk files, with full types definitions
- Host: GitHub
- URL: https://github.com/vayan/ldtk-py
- Owner: vayan
- Created: 2022-02-03T10:26:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-14T02:54:11.000Z (over 1 year ago)
- Last Synced: 2025-01-22T08:12:33.869Z (8 days ago)
- Language: Python
- Homepage: https://pypi.org/project/ldtkpy/
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LDtk Python
Load and parse LDtk files, with full types definitions.
Automatically generated from Json Schema using QuickType.
See https://ldtk.io/api/
can be used like that:
```python
import json
from ldtkpy.api import ldtk_json_from_dictresult = ldtk_json_from_dict(json.loads(json_string))
```