Skip to main content

Super BrainF**k Ultra Professional Max Air Neo Ex

Project description

Super BrainF**k Ultra Professional Max Air Neo Ex

** Tip: I am not the original author of BrainF**k. **

I messed up the README in the previous version😭

** Warning: The following content contains some profanity. Please ensure you are over 3 million years old. **

install

pip install SpBFUltraProMaxAirNeoEx

Run BF in your Python code.

import bf
bf.fuck("""
++++++++++[>+++++++>++++++++++>+++>+<<<<-]
>++.>+.+++++++..+++.>++.<<+++++++++++++++.
>.+++.------.--------.>+.>.
""")

I also added debug.

import bf
bf.fuck("""
++++++++++[>+++++++>++++++++++>+++>+<<<<-]
>++.>+.+++++++..+++.>++.<<+++++++++++++++.
>.+++.------.--------.>+.>.
""",debug=True)

Run BF in your console

bf -c "++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>."
bf helloworld.bf
bf debug helloworld.bf

Install the library

I've got the website up! You can now install the library via the web:

bf install copy
bf install math
bf install set
#Currently, I have only made these.

Install the local library

cd #(The directory where your library is located)
bf install -f #(Your library name)

uninstall

bf uninstall #(Your library name)

Modify URL

If you have also built a similar website, you can replace the URL with yours:

bf url "https://emocez.github.io/SpBFUltraProMaxAirNeoEx/"

Show what symbols are in a library

bf show mylib

List all libraries

bf list

Search local library (not useful (maybe?))

bf search my #Keyword

Check library updates

bf check #Just checking.
bf check -au -YES #Automatic update

BrainFuck Article

Generate bf based on the text file

bf ae mytext.txt #The default output is mytext.txt.bf
bf ae mytext.txt output=otherfile.bf #Modify the output target file name

How to create a library?

I even forgot to mention this in 0.1.0.

This library is essentially a JSON file.

You can create a JSON file, with the file name being your library name, for example...

touch more.json

Then, you need to edit this file.

You need to think about it yourself; I usually use nano.

nano more.json

Then, write a pair of square brackets, like: []

[
]

Write a pair of curly braces inside, like: {}

[
    {
    }
]

Write the symbol.

[
    {
        "name":"#"
    }
]

Add execution logic

I'll just write an addition.

[
    {
        "name":"#",
        "expre":[
            "r",
            "get",
            "l",
            {"add":"get"}
        ]
    }
]

Currently, I have prepared these available execution logics:

"r": Move to the right

"l": Move to the left

"get": Obtain the value of the current cell

"give": Set the value of the current cell to the value obtained last time.

{"set":number}: Set the current cell to a number

{"add":number}: Increase the number in the current cell

{"sub":number}: Reduce the number in the current cell.

Tip: In the content above, the number for add or sub can be the string "get," which allows you to add the number obtained in the previous operation.

After exiting the editor, you can proceed with the installation!

bf install -f more

After installation, you can use the symbols you defined:

>+++
<+++
#

Disclaimer (Fake)

I can never be sure that my website won't be hacked.

Although I think no one would come to persecute me if I wanted to.

What are they trying to do by hacking this website?

Just to check my open-source file?

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

spbfultrapromaxairneoex-0.1.6.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

spbfultrapromaxairneoex-0.1.6-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file spbfultrapromaxairneoex-0.1.6.tar.gz.

File metadata

  • Download URL: spbfultrapromaxairneoex-0.1.6.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for spbfultrapromaxairneoex-0.1.6.tar.gz
Algorithm Hash digest
SHA256 fe55d0a82dea0f3ed019adf537e556fa6ae686babc27e04a8c87a7305b0010bb
MD5 ca98d7a88eff258daba9fd611672c4dc
BLAKE2b-256 2d6cbdc344fb3af25755147212f03668ea836c6a9f080448433b90c4eea420a4

See more details on using hashes here.

File details

Details for the file spbfultrapromaxairneoex-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for spbfultrapromaxairneoex-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 808a12e5b45514520cb6b877760d4ce25241de90654fb43d5b0e8728caf3f11c
MD5 4d95c8ec30370ab9c941ed40491f1ee3
BLAKE2b-256 79e6f0f547fdb94c8e0992882c36ec882ea754dabc408d0ed08560ca13cad38c

See more details on using hashes here.

Supported by

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