This python script takes user input and turn it into brainfuck readable data (in the most memory-wise method, using only a single memory slot).
python3 converter.py myTextOne can also choose to provide no parameter, executing only
python3 converter.pyif that heppens, the script will ask for user input, using the input() built-in function.