Metadata-Version: 2.1
Name: MadQt
Version: 0.0.31
Summary: Tutorials and Tools for PySide
Home-page: https://github.com/MadPonyInteractive/MadQt
Author: Fabio Goncalves
Author-email: fabiogoncalves@live.co.uk
License: MIT
Platform: UNKNOWN
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
Requires-Dist: PySide6 (>=6.0.0)
Requires-Dist: Pillow (>=8.3.0)
Requires-Dist: pyinstaller (>=4.7)

# 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)

***

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>




