This repository contains a PyQt application for practicing with the PyQt library. PyQt is a set of Python bindings for the Qt application framework and runs on all platforms supported by Qt including Windows, OS X, Linux, iOS, and Android.
The application in this repository provides a simple interface for experimenting with the different features of PyQt and can be used as a starting point for creating your own PyQt applications.
- Python 3
- PyQt 5
- Clone the repository:
git clone https://github.com/geocine/pyqt-magic.git
- Make sure you have a proper PyQt 5 environment.
- Run the application:
python main.py
Pull requests and contributions are welcome! Please open an issue if you encounter any bugs or have suggestions for improvements.