Metadata-Version: 2.1
Name: pyqtrapid
Version: 0.0.1
Summary: A Python package that simplifies the initiation of PyQt5 projects, providing a one-command solution to generate comprehensive starter files for quick and efficient project customization.
Author: Eden Iyanda
Author-email: edeniyanda@gmail.com
License: MIT License
Project-URL: Source, https://github.com/edeniyanda/pyqtrapid.git
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyQt5

# pyqtrapid

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

A Python package that simplifies the initiation of PyQt5 projects, providing a one-command solution to generate comprehensive starter files for quick and efficient project customization.

## Installation

To install `pyqtrapid`, you can use the following command:

```bash
pip install pyqtrapid
```
## Usage
Once installed, you can use the following command to start a new PyQt5 project:

```bash
pyqtrapid startproject <project_name>
```

 **Note:** Replace <project_name> with the desired name for your new project.

## Dependencies
* PyQt5

## Author
*  Name: [Eden Iyanda](https://twitter.com/EdenTechie)
*  Email: [edeniyanda@gmail.com](edeniyanda@gmail.com)

