Metadata-Version: 2.1
Name: quickqr
Version: 0.1.0
Summary: A simple Python module for generating QR codes from URLs, text, and images.
Home-page: https://github.com/sonexeee/QuickQR/tree/main
Author: SpaceDEV
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: qrcode[pil]
Requires-Dist: Pillow

# QuickQR

A simple Python module for generating QR codes from URLs, text, and even images. VERY easy yea.

## Installation

To install QuickQR, run:

```bash
pip install quickqr
