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

https://github.com/nexxeln/brainfuck-generator

a brainfuck generator in python
https://github.com/nexxeln/brainfuck-generator

brainfuck brainfuck-generator esoteric-language meme python

Last synced: 5 months ago
JSON representation

a brainfuck generator in python

Awesome Lists containing this project

README

          

Brainfuck Generator





![demo](https://raw.githubusercontent.com/nexxeln/brainfuck-generator/main/images/demo.gif)

## Built With

- [Python](https://www.python.org/)

## 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:

## Contributing

Feel free to contribute!