Links
Comment on page

Python GUI

Summary

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

Features

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
More information can be found in the project user guide.
The Skulpt display relies on the Skulpt library, so not all Python packages are supported!

Settings

Background Color

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)).