https://github.com/saifshahriar/text2brainf
Generate brainfuck code from plain text.
https://github.com/saifshahriar/text2brainf
brainfuck brainfuck-interpreter python3 text-to-brainfuck text2brainf useless
Last synced: over 1 year ago
JSON representation
Generate brainfuck code from plain text.
- Host: GitHub
- URL: https://github.com/saifshahriar/text2brainf
- Owner: saifshahriar
- License: gpl-3.0
- Created: 2022-07-17T16:36:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T14:57:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T06:49:16.992Z (over 1 year ago)
- Topics: brainfuck, brainfuck-interpreter, python3, text-to-brainfuck, text2brainf, useless
- Language: Brainfuck
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# text2brainf
Generate brainfuck code from plain text.
# Get Started
- Clone the repo and cd
```sh
git clone https://github.com/saifshahriar/text2brainf
cd text2brainf
```
- Put your text inside `usr_input.txt` file and save it
- Run
```sh
python main.py #or python3
```
- Volla! Your output should be at `out.bf` file.