most-popular-python-libs

Examples for the most popular Python libraries

View the Project on GitHub tisnik/most-popular-python-libs

PySimpleGUI library

Empty window constructor

Empty window + event loop implementation

Window containing just label with text (1st example)

Window containing just label with text (2nd example)

More controls displayed in window

Displaying basic info about UI application

Events handling

Event to cancel the application/window

So called one shot window

Widgets (re)sizing

More controls in window

Selecting different UI theme

Selecting theme, basic variant

Selecting theme, better variant

Widget alignment: default

Widget alignment: center

Widget alignment: right

Push widget

Column container, 1st example

Column container, 2nd example

Horizontal and vertical separators

Frames container

Status bar

Context menu

Canvas on window

Canvas size and background

Drawing on canvas

More shapes on canvas

Pieslices and chords

Arrow drawing

Line styles

Line dashes

Resizable window with resizable widgets (1st example)

Resizable window with resizable widgets (2nd example)

Spinbox

Spinbox with name (key)

Basic slider

Slider with ticks

Vertical slider

Slider with some initial value

Progress bar

Slider and progress bar

Option menu

Listbox

Static raster image

Simple animated GIF

Progress animation based on animated GIF

Static raster image stored directly in source code

Table widget

Tree widget