Metadata-Version: 2.1
Name: pyqt5-designer-mini
Version: 0.0.4
Project-URL: Documentation, https://github.com/selmen2004/pyqt5_qt5_designer#readme
Project-URL: Issues, https://github.com/selmen2004/pyqt5_qt5_designer/issues
Project-URL: Source, https://github.com/selmen2004/pyqt5_qt5_designer
Author-email: Selmen Arous <selmen.arous@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: pyqt5
Description-Content-Type: text/markdown

# pyqt5_designer_mini

[![PyPI - Version](https://img.shields.io/pypi/v/pyqt5-designer-mini.svg)](https://pypi.org/project/pyqt5-designer-mini)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pyqt5-designer-mini.svg)](https://pypi.org/project/pyqt5-designer-mini)

-----

**Table of Contents**

- [Introduction](#introduction)
- [Installation](#installation)
- [License](#license)



## Introduction 

This package is designed for two reasons :
1- Remove the necessity of installing pyqt5_tools packages to be able to use designer , ignoring some problems in pip versioning (on windows)
2- Providing a minimalist package to run Qt5 Designer( less than 1MB ) that relies on existing pyqt5 bin files 


## Installation

```console
pip install pyqt5-designer-mini
```

## License

`pyqt5-designer-mini` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
