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
- Host: GitHub
- URL: https://github.com/nexxeln/brainfuck-generator
- Owner: nexxeln
- License: mit
- Created: 2022-03-08T08:41:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T09:59:56.000Z (over 4 years ago)
- Last Synced: 2026-01-31T15:28:40.732Z (5 months ago)
- Topics: brainfuck, brainfuck-generator, esoteric-language, meme, python
- Language: Python
- Homepage:
- Size: 363 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Brainfuck Generator

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