BrainF interpreter Python package
Project description
Touch's Brainf**k Interpreter!
Installation
-
From Source:
-
Windows:
- Run
test.batfor easy installation!
- Run
-
Others (Mac & Linux):
- The code block below should work in your terminal:
-
python setup.py sdist bdist_wheel pip install .
-
-
From PyPI:
-
With PIP:
- Run
pip install touch-brainfin your terminal
- Run
-
Using the Interpreter
-
From the terminal:
- Run
touch-brainf <filename>in your terminal - If that doesn't work, use
python -m touch_brainf <filename>
- Run
-
In a Python File:
- The
main.pyfile is an example of a way to use the package in a Python file. The example below is a very simple example. -
import touch_brainf as bf runner = bf.Runner("+++.") runner.run()
- I don't know why someone would do this, but it's their choice
- The
Uninstallation
Just run pip uninstall touch-brainf!
Changelog:
25.3.19
- Preparing to upload on PyPI
- PyPI uploading and making code more friendly
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
touch_brainf-25.3.19.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file touch_brainf-25.3.19.tar.gz.
File metadata
- Download URL: touch_brainf-25.3.19.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3108bbe67b83f9462e5e14c0ffbdaa7c8f63babfa3b73d4baf52ba675da7db35
|
|
| MD5 |
06d2d60288ebddb3d55973f06fa67fb6
|
|
| BLAKE2b-256 |
b18c9af1195e97f13d198a401c3b6ec5d7544769239165b3582d2dc9c3b8d19a
|
File details
Details for the file touch_brainf-25.3.19-py3-none-any.whl.
File metadata
- Download URL: touch_brainf-25.3.19-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1489988a68fb69bf3ecfcaa9a5ba0c9f50b524094bc5910c3ed3a21802bb535
|
|
| MD5 |
12f4abbbc3a6b3567fb9e1bba9c89234
|
|
| BLAKE2b-256 |
1668a06d8e31bbaf49517660adfea8b4d700cb7c4f988a663e41990b51acae00
|