a lightweight and simple gui-based compiler for the brainf--k programming language. built using customtkinter. has tools to write, save, load, and execute brainf--k code with customizable memory size and output formats.
- file management: save and load
.bffiles. - configurable memory size: adjust the memory tape size to suit your needs.
- multiple output formats: get results in ascii, decimal, or hexadecimal.
- syntax validation: detects unmatched brackets in your code.
- output copying
- run
pip install -r requirements.txtor justpip install customtkinter - write your code: enter your brainf--k code.
- set memory size
- choose output format: select ascii, decimal, or hex from the dropdown.
- run: click the "run" button to execute your code.
- output: view the result in the output text box and copy if needed.