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