Comment on page
Python GUI
The Python GUI allows lightweight Python graphic modules to run in a windowless environment using Skulpt.

Python GUI
Skulpt includes the following features:
- Watch images being drawn in real-time
- "lightning" icon displays the finished graphics at once
- "stop" icon stops the drawing of the image
The background color for the Python GUI component. This value can be expressed in any valid CSS color format (ex,
white
,#F9F9F9
, rgb(255,255,240)
).Last modified 3yr ago