Metadata-Version: 2.1
Name: MadQt
Version: 0.0.33
Summary: Tutorials and Tools for PySide
Home-page: https://github.com/MadPonyInteractive/MadQt
Author: Fabio Goncalves
Author-email: fabiogoncalves@live.co.uk
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Natural Language :: English
Classifier: Topic :: Desktop Environment
Classifier: Topic :: Software Development :: Widget Sets
Classifier: Topic :: Education
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# MadQt
#### Tutorials and Tools for PyQt and PySide

***

MadQt is a pip package created to ease the process of using the Qt framework for python.

Qt is a powerful framework for designing Graphical User Interfaces written in c++ but
has a couple of wrappers (PyQt and PySide) that allow us to use the Python coding language.

MadQt aim is to automate and simplify many of the processes required by Qt as well
as provide custom widgets and QtDesigner plugins from and to the community.

[Get Started!](https://madponyinteractive.github.io/MadQt/get-started.html)

***
### Compatibility
MadQt is compatible with python 3.9+ 

Due to PySide6 6.5.0 having some class inheritance issues,we have to limit the PySide6 version to 6.4.3

##### If you already have PySide6 6.5.0 installed, you can downgrade it by running the following command:
```bash
pip install PySide6==6.4.3
```

##### Otherwise, simple install MadQt and it will install the correct version of PySide6 for you.


***

Visit our free course on [YouTube](https://youtube.com/playlist?list=PLuvCsqbtUSFAEmez6Tuyi2KitVcS4fLWX)

Support this project:

<a href="https://www.buymeacoffee.com/MadPonyInt" target="_blank">
    <img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" >
</a>


