Skip to main content

A python bit my brain.

Project description

brainbite

A python bit my brain, so I sliced up the python into fine strips in retaliation.

Description

Brainfuck is widely known as an esoteric programming language. This package enables to write brainfuck-like code in python legal grammar.

This package also provides transpilation function from bf code to python one.

Demo

Though this code is strange, outputs "Hello World!" on stdout correctly.

from brainbite import Biter

_ = Biter()[::...][::...][::...][::...][::...][::...][::...][::...][:...]
_ = _[:...:...][::...][::...][::...][::...][:...][:...:...][::...][::...]
_ = _[:...:...][::...][::...][::...][:...:...][::...][::...][::...]
_ = _[:...:...][::...][...:...][...:...][...:...][...:...][...:][...::...]
_ = _[:...:...][::...][:...:...][::...][:...:...][...:][:...:...][:...:...]
_ = _[::...][:...][...:...][...::...][...:...][...:][...::...][:...:...]
_ = _[:...:...][:][:...:...][...:][...:][...:][:][::...][::...][::...]
_ = _[::...][::...][::...][::...][:][:][::...][::...][::...][:][:...:...]
_ = _[:...:...][:][...:...][...:][:][...:...][:][::...][::...][::...][:]
_ = _[...:][...:][...:][...:][...:][...:][:][...:][...:][...:][...:][...:]
_ = _[...:][...:][...:][:][:...:...][:...:...][::...][:][:...:...][::...]
_ = _[::...][:]()

To get this code, run below command.

$ python -m brainbite sample hello_world

Transpile
This module also works as transpiler.

$ python -m brainbite trans fizzbuzz.bf

For more information, view $ python -m brainbite --help.

Install

This module is registered at PyPI. PyPI - brainbite

$ pip install brainbite

License

MIT

Author

LouiS0616

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

brainbite-1.0.2.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

brainbite-1.0.2-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page