Metadata-Version: 2.1
Name: python-machine
Version: 1.0.3
Summary: A python package that allows you to run cell machine
License: Apache
Author: youtissoum
Author-email: youtissoum@outlook.fr
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: Pillow (>=9.2.0,<10.0.0)
Description-Content-Type: text/markdown

# Python Machine

Simulate Cell Machine inside python

## Instalation

```bash
$ pip install 
```

## Usage

```python
from Python_Machine import CellMachine

cellmachine = CellMachine()
cellmachine.parse_code("...")

...Doing actions on the level...

cellmachine.view().show()
```

## License

the Cell Machine license is currently owned by Sam Hogan, Mystic and Snazz and is under the Apache license
