Metadata-Version: 2.1
Name: Python-Machine
Version: 1.0.4
Summary: a Package that allows you to simulate cell machine in python
Author: youtissoum
License: Apache
Platform: unix
Platform: linux
Platform: osx
Platform: win32
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# Python Machine

Simulate Cell Machine inside python

## Installation

```bash
$ pip install Python_Machine
```

## 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
