Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phil65/prettyqt
Pythonic wrapper for PyQt6 / PySide6
https://github.com/phil65/prettyqt
framework gui pyqt pyqt6 pyside pyside6
Last synced: 22 days ago
JSON representation
Pythonic wrapper for PyQt6 / PySide6
- Host: GitHub
- URL: https://github.com/phil65/prettyqt
- Owner: phil65
- License: mit
- Created: 2019-03-24T18:10:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-15T22:13:30.000Z (3 months ago)
- Last Synced: 2024-10-17T07:11:48.426Z (3 months ago)
- Topics: framework, gui, pyqt, pyqt6, pyside, pyside6
- Language: Python
- Homepage: https://phil65.github.io/PrettyQt/
- Size: 71.5 MB
- Stars: 22
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
# prettyqt: Pythonic layer on top of PyQt6 / PySide6
[![PyPI Latest Release](https://img.shields.io/pypi/v/prettyqt.svg)](https://pypi.org/project/prettyqt/)
[![Package Status](https://img.shields.io/pypi/status/prettyqt.svg)](https://pypi.org/project/prettyqt/)
[![License](https://img.shields.io/pypi/l/prettyqt.svg)](https://github.com/phil65/PrettyQt/blob/master/LICENSE)
[![CodeCov](https://codecov.io/gh/phil65/PrettyQt/branch/master/graph/badge.svg)](https://codecov.io/gh/phil65/PrettyQt)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![PyUp](https://pyup.io/repos/github/phil65/PrettyQt/shield.svg)](https://pyup.io/repos/github/phil65/PrettyQt/)## What is it?
**PrettyQt** is a Python package that provides a pythonic layer on top of the GUI frameworks PyQt6 / PySide6.
## Documentation
The official documentation is hosted on Github Pages: https://phil65.github.io/PrettyQt/## Main Features
- Subclasses for almost all Qt classes, enriched with helper and __dunder__ methods to give a feel of a native GUI library.
- more than 80 pre-defined widgets and layouts for common use cases
- more than 30 ItemModels for different data types
- more than 25 general-purpose proxy models
- 10 ItemDelegates for different purposes
- 20 different Validators
- much, much more.## Where to get it
The source code is currently hosted on GitHub at:
https://github.com/phil65/PrettyQtThe latest released version are available at the [Python
package index](https://pypi.org/project/prettyqt).```sh
# or PyPI
pip install prettyqt
```