ScriptBlocks
The next-gen IDE
ScriptBlocks is an IDE designed for both beginners and professionals, helping to bridge the gap for beginners to improve their skills.
$ scriptblocks create
# Windows
$ winget install Python.Python.3.11
# MacOS
$ brew install python
# Linux
$ sudo apt install python
# Get Started
$ pip install poetry
$ poetry install
import scriptblocks
app = scriptblocks.App()
app.name = "Welcome to ScriptBlocks!"
app.render()
We highly recommend that you read our documentation for a set of instructions on how to use the IDE, our package, and how to code Python.
Read now!