Brainfuck encoder
python
Ви не можете вибрати більше 25 тем Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yann Weber 0463a374fb Initial commit 8 роки тому
AUTHORS Initial commit 8 роки тому
COPYING Initial commit 8 роки тому
README Initial commit 8 роки тому
pybfenc.py Initial commit 8 роки тому
test.sh Initial commit 8 роки тому

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