QtHarmony - is a Cutting-Edge GUI Library Built on PyQt6 QtHarmony is a intuitive graphical user interface (GUI) library designed to simplify the development of modern, visually stunning, and highly functional applications. Built on the robust foundation of PyQt6. Now QtHarmony is in development.
Project description
QtHarmony - is a Cutting-Edge GUI Library Built on PyQt6 QtHarmony is a intuitive graphical user interface (GUI) library designed to simplify the development of modern, visually stunning, and highly functional applications. Built on the robust foundation of PyQt6. Now QtHarmony is in development.
How to use
pip install QtHarmony
from qtharmony.constructor import Initialization
from qtharmony.widgets import ...
...
Examples
Basic screen
from qtharmony.constructor import Initialization
from qtharmony.windows import MainWindow
import sys
Initialization.init(sys.argv)
if __name__ == "__main__":
window = MainWindow(title="Hello", size=(600, 400))
window.run()
Initialization.exec()
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qtharmony-0.1.3.tar.gz.
File metadata
- Download URL: qtharmony-0.1.3.tar.gz
- Upload date:
- Size: 63.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.6.26-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
777a71965af2074da5abda4c488681a5c25304a63a63d7ec27b238992df404a0
|
|
| MD5 |
42f83f9ee179526d733e6cf7da382682
|
|
| BLAKE2b-256 |
1ac40af6bd151c20533c9f11c24d65be874f6f9c10492875635f4a386af3cd41
|
File details
Details for the file qtharmony-0.1.3-py3-none-any.whl.
File metadata
- Download URL: qtharmony-0.1.3-py3-none-any.whl
- Upload date:
- Size: 73.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.11.8 Linux/6.6.26-1-MANJARO
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed0562a5def3acee7866ebf4ac814bb4d9e6d6257e3a4bc35e5131bbe31a9b62
|
|
| MD5 |
133aa6c57bc6b18d2467c752edc92286
|
|
| BLAKE2b-256 |
eac19bfd9d5b0da1ac6e883630f1b8ec1d32e08da8849708779d167c6b12d66f
|