turinglab/README.md
2021-09-19 09:22:50 +03:00

39 lines
671 B
Markdown

# turinglab
## Installation
```bat
pip install git+https://github.com/Maks1mS/turinglab.git
```
## Develop
```bat
python setup.py develop
```
## Usage
```bat
turinglab <input_file> <input_string> <output_file>
```
### Example
```bat
turinglab 0to1to0.txt .\out -t 101 1E -e E -f
```
or
```bat
turinglab 0to1to0.txt .\out --tests 101 1E --empty-character E --force
```
Content of ```out\report.docx```:
![image](https://user-images.githubusercontent.com/36362599/133917663-f725d137-e33e-4440-8640-15262120c5bb.png)
Content of ```out\graph.svg```:
![image](https://user-images.githubusercontent.com/36362599/133909074-e1928d40-263f-4c80-94ef-4ae495662419.png)