Go to file
Maxim Slipenko e6c7f036b0 fix action unpack
fix action unpack if new_symbol is same as direction (<.>)
2021-09-28 09:59:03 +03:00
.vscode make big changes 2021-09-21 00:04:50 +03:00
tests add tests 2021-09-17 21:56:19 +03:00
turinglab fix action unpack 2021-09-28 09:59:03 +03:00
.gitignore init 2021-09-15 22:39:37 +03:00
README.md update README.md 2021-09-20 12:23:29 +03:00
setup.py Merge branch 'master' into dev 2021-09-21 00:05:45 +03:00

turinglab

Installation

pip install git+https://github.com/Maks1mS/turinglab.git

Develop

python setup.py develop

Usage

turinglab input_file output_dir [-t TESTS [TESTS ...]] [-e EMPTY_CHARACTER] [-f]

Example

turinglab 0to1to0.txt .\out -t 101 1E -e E -f

or

turinglab 0to1to0.txt .\out --tests 101 1E --empty-character E --force

Content of out\report.docx:

image

Content of out\graph.svg:

image