Skip to main content

simple description

Project description

## pieqt Project
------

pieqt is a module that helps you start with python qt(PySide2) with minimal effort.Many examples of PySide2 that I've seen are cumbersome, have many classes etc...
With pieqt, you just declare an app variable that holds your GUI app, and then add widgets and layouts.Finally you run it, and thats it!!!
You have a GUI app up and running.

**************Example*******************
----------------------------------------
from pieqt import*

app = App()

app.addWidget(QPushButton("Press me!"))

app.run()


---------------------------------------
**************Example******************

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

pieqt-0.0.7.tar.gz (2.5 kB view hashes)

Uploaded Source

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