PrettyQt

A pythonic layer on top of PyQt6 / PySide6


Keywords
qt, pyqt, pyside, widgets, components, framework, gui
License
MIT
Install
pip install PrettyQt==1.57.4

Documentation

prettyqt: Pythonic layer on top of PyQt5 / PySide2 / PySide6

PyPI Latest Release Package Status License Travis Build Status CodeCov Code style: black PyUp

What is it?

PrettyQt is a Python package that provides a pythonic layer on top of the GUI frameworks PyQt5 / PySide2 / PySide6.

Main Features

Here are just a few of the things that PrettyQt does well:

  • Large parts of the Qt API are available in a PEP-8-compliant way.
  • Several predefined widgets, validators, models, syntax highlighters are included.
  • A regex module based on QRegularExpression with the same API as Pythons core re module.

Where to get it

The source code is currently hosted on GitHub at: https://github.com/phil65/PrettyQt

The latest released version are available at the Python package index.

# or PyPI
pip install prettyqt

Dependencies

Installation from sources

In the prettyqt directory (same one where you found this file after cloning the git repo), execute:

python setup.py install

or for installing in development mode:

python -m pip install -e .

License

MIT

Documentation

The official documentation is hosted on Github Pages: https://phil65.github.io/PrettyQt/

Contributing to prettyqt Open Source Helpers

All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome.

Or maybe through using PrettyQt you have an idea of your own or are looking for something in the documentation and thinking ‘this can be improved’...you can do something about it!