SnapScript
A Scratch / CatWeb-style drag-and-drop block editor that generates and runs real Python —
including full, genuine tkinter — as a native desktop application.
Install
pip install snapscript
Run
snapscript
What it does
- Drag blocks from the palette (Control, Variables, Logic, Lists, Functions, I/O, Tkinter GUI) onto the canvas and snap them together, Scratch-style.
- The right-hand panel shows the exact, real Python source your blocks generate, live.
- Run executes that source with your actual local Python interpreter (
subprocess+ your system'spython), including realtkinterwindows — no simulation, no browser sandbox. - Download .py saves the generated program as a standalone
.pyfile you can run or share independently of the IDE.
Requirements
- Python 3.9+
tkinter(bundled with most Python installs; on some Linux distros install it separately, e.g.sudo apt install python3-tk)
License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
snapscript-0.1.0.tar.gz
(12.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file snapscript-0.1.0.tar.gz.
File metadata
- Download URL: snapscript-0.1.0.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9c28468babf1d873a9f65a33c95dde4d4ae714e226721bc753252b4dce3d92e
|
|
| MD5 |
5b7e3ae3a9ee774fd5709296653840c3
|
|
| BLAKE2b-256 |
4721c1f29060a2b7e44222b273e04424d48058a5392a39fe9d5fbee9b2eac3d2
|
File details
Details for the file snapscript-0.1.0-py3-none-any.whl.
File metadata
- Download URL: snapscript-0.1.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81b5380eb645eebdc9692bd80306400e4816d729db78cc744cba914cd8e40de0
|
|
| MD5 |
4758da770a3d3ef094a5f8aaa48965d8
|
|
| BLAKE2b-256 |
a65139cfe0f61776f079c1660611b74b6e8c24af2f1ed9a43ca97bd168e79caf
|