Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hroncok/python-brainfuck
- Owner: hroncok
- License: isc
- Created: 2013-05-06T12:43:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-13T18:52:59.000Z (over 11 years ago)
- Last Synced: 2024-12-13T20:49:25.280Z (20 days ago)
- Language: Python
- Size: 1.26 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.