30 lines
421 B
Markdown
30 lines
421 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.tur 101 out.docx
|
|
```
|
|
|
|
Content of ```out.docx```:
|
|
|
|
![image](https://user-images.githubusercontent.com/36362599/133625379-0624f6ab-b43b-40de-83e7-6495ee03c45b.png)
|