mirror of
https://github.com/theKapcioszek/fremen-transcriptor.git
synced 2025-04-18 03:07:55 +02:00
38 lines
623 B
Markdown
38 lines
623 B
Markdown
# fremen-transcriptor
|
|
|
|
Sofware to transcript ASCII into desert people's writing from popular sci-fi franchise.
|
|
|
|
## Quick start:
|
|
|
|
### Linux
|
|
|
|
if you want to pass phrase as an argument:
|
|
|
|
```console
|
|
make
|
|
./fremen <your text>
|
|
```
|
|
if you want to input text in real time:
|
|
|
|
```console
|
|
make
|
|
./fremen
|
|
```
|
|
|
|
### Windows
|
|
|
|
Download the zip from releases (Currently only x86_64 supported)
|
|
|
|
Press **f2** to take a screenshot and **f3** to capture only generated text
|
|
|
|
## TODO:
|
|
- [X] Add text box instead of passing an argument
|
|
- [X] Option to save result as an image
|
|
|
|
<br><br>
|
|
|
|
<p align=center>
|
|
<img src="./screenshot.png">
|
|
</p>
|
|
|