An open API service indexing awesome lists of open source software.

https://github.com/saifshahriar/text2brainf

Generate brainfuck code from plain text.
https://github.com/saifshahriar/text2brainf

brainfuck brainfuck-interpreter python3 text-to-brainfuck text2brainf useless

Last synced: over 1 year ago
JSON representation

Generate brainfuck code from plain text.

Awesome Lists containing this project

README

          

# text2brainf
Generate brainfuck code from plain text.

# Get Started

- Clone the repo and cd
```sh
git clone https://github.com/saifshahriar/text2brainf
cd text2brainf
```
- Put your text inside `usr_input.txt` file and save it
- Run
```sh
python main.py #or python3
```
- Volla! Your output should be at `out.bf` file.