Metadata-Version: 2.1
Name: quickqr
Version: 0.3.0
Summary: A QR Code Generator with customizable options, very easy to use. It very quick too
Home-page: https://github.com/sonexeee/QuickQR
Author: TheSpaceDEVe
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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
