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