Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brainfuck Generator


demo

Built With

Usage

  • Clone the repository: git clone https://github.com/nexxeln/brainfuck-generator
  • cd into the directory and run:
    • Windows: python text_to_bf.py
    • Linux: python3 text_to_bf.py
    • MacOS: python3 text_to_bf.py
  • The output brainfuck code will be printed to the console
  • Specify a file name to save the code to a file:
    • Windows: python text_to_bf.py output.bf
    • Linux: python3 text_to_bf.py output.bf
    • MacOS: python3 text_to_bf.py output.bf
  • Run the code here: https://copy.sh/brainfuck/

Contributing

Feel free to contribute!

About

a brainfuck generator in python

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Contributors

Languages