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.

Bash Copy
$ scriptblocks create
Bash Copy
# Windows
$ winget install Python.Python.3.11

# MacOS
$ brew install python

# Linux
$ sudo apt install python

# Get Started
$ pip install poetry
$ poetry install
Python Copy
import scriptblocks
            
app = scriptblocks.App()
app.name = "Welcome to ScriptBlocks!"

app.render()

Downloads

Older versions

Documentation

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!