Metadata-Version: 2.1
Name: generator3
Version: 0.0.3
Summary: Parse Scratch's large project JSONs and convert it to scratchblocks notation
Home-page: https://github.com/themysticsavages/generator3
Author: themysticsavages
Author-email: someemail@emailprovider.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/themysticsavages/generator3/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: flask
Requires-Dist: requests

# generator3
[![img](https://shields.io/badge/pypi-%20grey?logo=pypi)](https://pypi.org/project/generator3)<br>
generator3 is a Python package to export Scratch sprite scripts to the well known scratchblocks syntax.
## Installation
```bash
$ python3 -m pip install generator3
```
## Usage
```python
import generator3
# Converts to scratchblocks and puts each sprites' scripts in a HTML file
generator3.Generator(pid).toBlocks()
```
This is still in progress so not every block will be rendered!<br>
Made with ❤️ by themysticsavages

