## 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******************
------
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******************
Release files for pieqt 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pieqt-0.0.7.tar.gz | 2.5 kB | Details |
Release files / pieqt-0.0.7.tar.gz
| Download URL | pieqt-0.0.7.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
798370cfbf1ab4957313a6792a3bac1023bac1c80fa8356c10aecd13fb146a12
|
|
BLAKE2b-256 checksum How to use checksums |
14e36f51e75e0698ae419a51c4819d2f2925a6cc807b30c2101554137a19abfb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|