Bftools Documentation

A brainfuck toolbox for python.

Package Status Documentation Status Download Counter

PyPI: https://pypi.org/project/bftools/

Docs: https://bftools.readthedocs.io/en/latest/

Installation

You can install released versions of bftools from the Python Package Index via pip or a similar tool:

Stable Release: pip install bftools

Working Version: pip install git+https://github.com/BobDotCom/bftools.git

Usage

import bftools
comp = bftools.BrainfuckTools()
py = comp.compile("++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>>++++++++++++++++.---------------.++++++++++++++.+.")
print(py.code)

Manuals

Indices and tables