clibf


Nameclibf JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/donno2048/bf-interpreter
SummaryCLI tool to execute Brainfuck code from files and strings
upload_time2022-05-15 11:17:10
maintainer
docs_urlNone
authorElisha Hollander
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clibf

## Install

### From PyPi

```sh
pip install clibf
```

### From GitHub

```sh
pip install git+https://github.com/donno2048/bf-interpreter
```

## Run

### Brainfuck file

```sh
clibf -f my_bf_script.b
# or with a prompt
clibf -F
```

### String

```sh
clibf -s "+[+[<<<+>>>>]+<-<-<<<+<++]<<.<++.<++..+++.<<++.<---.>>.>.+++.------.>-.>>--."
```

### Choose file with GUI

```sh
clibf -g
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/donno2048/bf-interpreter",
    "name": "clibf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Elisha Hollander",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6b/4c/f4b5371538b2b7289db1f8c9b489aa3e246645efe543d8816f3217fb3885/clibf-1.1.2.tar.gz",
    "platform": null,
    "description": "# clibf\n\n## Install\n\n### From PyPi\n\n```sh\npip install clibf\n```\n\n### From GitHub\n\n```sh\npip install git+https://github.com/donno2048/bf-interpreter\n```\n\n## Run\n\n### Brainfuck file\n\n```sh\nclibf -f my_bf_script.b\n# or with a prompt\nclibf -F\n```\n\n### String\n\n```sh\nclibf -s \"+[+[<<<+>>>>]+<-<-<<<+<++]<<.<++.<++..+++.<<++.<---.>>.>.+++.------.>-.>>--.\"\n```\n\n### Choose file with GUI\n\n```sh\nclibf -g\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CLI tool to execute Brainfuck code from files and strings",
    "version": "1.1.2",
    "project_urls": {
        "Homepage": "https://github.com/donno2048/bf-interpreter"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b4cf4b5371538b2b7289db1f8c9b489aa3e246645efe543d8816f3217fb3885",
                "md5": "3577638bbfb443b5c23f363810267861",
                "sha256": "4911b6d998dbc2c5e81fbcd8353ef696c3fb09cb0b72ead68b0e848c23e812fc"
            },
            "downloads": -1,
            "filename": "clibf-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3577638bbfb443b5c23f363810267861",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3501,
            "upload_time": "2022-05-15T11:17:10",
            "upload_time_iso_8601": "2022-05-15T11:17:10.063073Z",
            "url": "https://files.pythonhosted.org/packages/6b/4c/f4b5371538b2b7289db1f8c9b489aa3e246645efe543d8816f3217fb3885/clibf-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-05-15 11:17:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "donno2048",
    "github_project": "bf-interpreter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "clibf"
}
        
Elapsed time: 0.13155s