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 0463a374fb Initial commit hace 8 años
AUTHORS Initial commit hace 8 años
COPYING Initial commit hace 8 años
README Initial commit hace 8 años
pybfenc.py Initial commit hace 8 años
test.sh Initial commit hace 8 años

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