Skip to content

boerredus/text2bf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

text2bf

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).

Syntax:

python3 converter.py myText

One can also choose to provide no parameter, executing only

python3 converter.py

if that heppens, the script will ask for user input, using the input() built-in function.

About

Lightweight text to Brainfuck language converter! Writen in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages