Skip to main content

A lightweight propgrid in wxpython to show/config data

Project description

propgrid is a lightweight wxPython class to show/config data

  1. Install
$pip install propgrid
  1. Usage
    ...
    g = pg.PropGrid(self)
    # Separator
    g.Insert(PropSeparator().Label('general'))
    # Text
    g.Insert(PropText().Label('string').Value('hello world!').Indent(1))

See the demo.py for more details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

propgrid-0.1.3.tar.gz (32.6 kB view hashes)

Uploaded Source

Built Distribution

propgrid-0.1.3-py3-none-any.whl (34.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page