turinglab/README.md

35 lines
572 B
Markdown
Raw Normal View History

2021-09-16 13:51:22 +03:00
# turinglab
## Installation
2021-09-16 16:59:52 +03:00
```bat
2021-09-16 13:51:22 +03:00
pip install git+https://github.com/Maks1mS/turinglab.git
```
## Develop
2021-09-16 16:59:52 +03:00
```bat
2021-09-16 13:51:22 +03:00
python setup.py develop
```
2021-09-16 16:59:52 +03:00
## Usage
```bat
turinglab <input_file> <input_string> <output_file>
```
### Example
```bat
2021-09-19 00:33:01 +03:00
turinglab 0to1to0.tur 101 .\out
2021-09-16 16:59:52 +03:00
```
2021-09-19 00:33:01 +03:00
Content of ```out\report.docx```:
![image](https://user-images.githubusercontent.com/36362599/133909049-5d762d15-be1e-471d-9491-a82f54d74d45.png)
Content of ```out\graph.svg```:
![image](https://user-images.githubusercontent.com/36362599/133909074-e1928d40-263f-4c80-94ef-4ae495662419.png)
2021-09-16 16:59:52 +03:00