Metadata-Version: 2.1
Name: pyqt5-utils
Version: 1.0.4
Summary: Utilities for PyQt5
Home-page: UNKNOWN
Author: Hadi Hassan
Author-email: hassanhadi17@hotmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# PyQt5-Utils

This is a collection of useful tools for working with PyQt5.

## Installation

You can install this package with pip:

```bash
pip install pyqt5-utils
```

## Usage

#### Conversion from .ui files to .py files:

```python
from pyqt5_utils import Utils

Utils.convert_ui_to_py(path_where_ui_files_are_located)
```


