Skip to content

saifshahriar/text2brainf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

text2brainf

Generate brainfuck code from plain text.

Get Started

  • 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.