Metadata-Version: 2.1
Name: pqcomponents
Version: 1.0.3
Summary: A custom PyQt5 widgets package
Home-page: https://github.com/majunggil/PyQt5/tree/main/pqwidgets
Author: majunggil
Author-email: majunggil.work@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Label Package

A PyQt5 QLabel extension with additional functionality like image display, auto-resizing text, and more.

## Installation

Install the package via pip:

```bash
pip install pqcomponents

