Metadata-Version: 2.1
Name: generator3
Version: 0.0.5
Summary: Scratch API wrapper
Home-page: https://github.com/themysticsavages/generator3
Author: themysticsavages
License: MIT
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: requests
Requires-Dist: flask

# 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

