wxpython based gui elements
Project description
wxwidgets
Simple widgets for usage with the wxPython library. It includes a table, sizer and input elements for directory, files and text.
Usage Example SimpleSizer
from wx import Panel, VERTICAL
with SimpleSizer(parent, VERTICAL) as sizer:
new_element = Panel(parent)
sizer.Add(new_element)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wxwidgets-1.0.4.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for wxwidgets-1.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bdf5f8b4ea8ca97e9acad49d485fd9fb6af6e1f6fd03d5fade2215f096fb6bd2 |
|
MD5 | ad27415734bd015f47564386fe753b22 |
|
BLAKE2b-256 | 9937ab87dc3ce645252acdc701ab043ac621d5512bc57da15a53ee4f47e87209 |