Brainfuck encoder
python
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 39791c26a2 Code cleaning 7 years ago
AUTHORS Code cleaning 7 years ago
COPYING Initial commit 7 years ago
README Initial commit 7 years ago
pybfenc.py Code cleaning 7 years ago
test.sh Initial commit 7 years ago

README

pybfenc 1.0 :
=============

pybfenc is a VERY USEFULL programm that allows you to convert data into
brainfuck code. It try to reduce the brainfuck code size as possible.

You can use it throught a pipe :
cat /dev/urandom | ./pybfenc

or with a file :

./pybfenc foobar