Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hroncok/python-brainfuck

Brainfuck (and BrainLoller and BrainCopter) interpreter written in Python
https://github.com/hroncok/python-brainfuck

Last synced: 15 days ago
JSON representation

Brainfuck (and BrainLoller and BrainCopter) interpreter written in Python

Awesome Lists containing this project

README

        

python-brainfuck [![Build Status](https://travis-ci.org/hroncok/python-brainfuck.png?branch=master)](https://travis-ci.org/hroncok/python-brainfuck)
================

Very primitive BrainFuck, BrainLoller and BrainCoppter interpreter written in Python without any external dependencies.

It currently support only some kind of PNGs (mn82000 IHDR) as input.

Run `./brainx.py --help` for some help.

Enjoy.