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.1.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.1.tar.gz.
File metadata
- Download URL: snapscript-0.1.1.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 |
fe22737b637ad8a6bc25f2da61a4b310804c40017c18f86ad16682c9df988856
|
|
| MD5 |
bd952044a44f10daf2bd3c971f765057
|
|
| BLAKE2b-256 |
baa0f736b7a77d31703508336fd3465ded3ddfda1a46c39d5e573a891bfb219a
|
File details
Details for the file snapscript-0.1.1-py3-none-any.whl.
File metadata
- Download URL: snapscript-0.1.1-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 |
ef8efcba13ad13a324dca708d6ad1ff7c1b3abc157dd9a421608d07c60ac8b20
|
|
| MD5 |
dd97b8874d3dc61a35d47763cb707fa7
|
|
| BLAKE2b-256 |
c49f9cb72763c191e86966639228f840ec4b76464c6cdb4e339f507225b2e04d
|