Simple Python program that run Brainf**k
- Install Python from here
- Install Git from here
- Open cmd.exe/shell and
cdto the directory you wanna install the program - Type
git clone https://github.com/Oakchris1955/Python-BF-Runner - Type
cd Python-BF-Runner - Run
main.py
This code runs main.bf in the current directory. If you wanna run a file with a different name, just change filename variable in main.py