2024-04-03 21:22:12 +02:00

24 lines
415 B
Markdown

# fremen-transcriptor
Sofware to transcript ASCII into desert people's writing from popular sci-fi franchise.
## Quick start:
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
```
## TODO:
- [X] Add text box instead of passing an argument
- [ ] WebAssembly compilation
- [ ] Option to save result as an image