Brainfoo is a TUI debugger for Brainfk written in Python, designed to be keyboard and mouse friendly.
Assuming you already have uv installed:
# Clone the repository
git clone https://github.com/Sim3-14159/Brainfoo.git
cd Brainfoo
# Install dependencies
uv syncTo run:
cd src/
# Run as module
uv run python -m brainfooYou can also download a compiled binary from the releases page.
Contributing is very welcome! Brainfoo isn't a very serious project, and it is rather small, but if you have anything that you want to add to it, or you have any issues with it, feel free to open a pull request or raise a new issue.
