https://github.com/geocine/pyqt-magic
A PyQt application for experimenting with the power of PyQt and creating beautiful, functional user interfaces.
https://github.com/geocine/pyqt-magic
Last synced: 6 months ago
JSON representation
A PyQt application for experimenting with the power of PyQt and creating beautiful, functional user interfaces.
- Host: GitHub
- URL: https://github.com/geocine/pyqt-magic
- Owner: geocine
- Created: 2022-12-04T17:18:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T16:16:37.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T04:33:27.706Z (8 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyQt Magic
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.
## Prerequisites
- Python 3
- PyQt 5## Getting Started
1. Clone the repository: `git clone https://github.com/geocine/pyqt-magic.git`
2. Make sure you have a proper PyQt 5 environment.
3. Run the application: `python main.py`## Contributions
Pull requests and contributions are welcome! Please open an issue if you encounter any bugs or have suggestions for improvements.