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.5.tar.gz
(5.3 kB
view hashes)
Built Distribution
Close
Hashes for wxwidgets-1.0.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a4c935cc7be113bc295ab4db938062f8d3337b27780fad84fec87e76c90b016 |
|
MD5 | f3674a8f6b7110e3d71be728c6c73b85 |
|
BLAKE2b-256 | a6d8f90c9195ac712af50531b89283ee4c4ef130dd60e45f5951f01f0adee94d |