Brainfuck encoder
python
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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