Metadata-Version: 2.1
Name: clibf
Version: 1.0.0
Summary: CLI tool to execute Brainfuck code from files and strings
Home-page: https://github.com/donno2048/bf-interpreter
Author: Elisha Hollander
License: MIT
Description: # clibf
        ## To install it from PyPi use:
        ```bat
        pip install clibf
        ```
        ## To install it from GitHub use:
        ```bat
        pip install git+https://github.com/donno2048/bf-interpreter
        ```
        ## To execute a brainfuck file use:
        ```bat
        python -m clibf -f my_bf_script.b
        ```
        ## To directly execute a string as a brainfuck code:
        ```bat
        python -m clibf -s "++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++..+++.>>.<-.<.+++.------.--------.>>+.>++."
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
