Metadata-Version: 2.1
Name: qpyr
Version: 0.1.14
Summary: Create QR Codes.
License: Apache-2.0
Keywords: qr,qrcode,qrcode-generator
Author: Sabi
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: Pillow (>=10.1.0,<11.0.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Project-URL: Documentation, https://sabih-h.github.io/qpyr/
Project-URL: Source, https://github.com/sabih-h/qpyr
Description-Content-Type: text/markdown

[![PyPI Latest Release](https://img.shields.io/pypi/v/qpyr)](https://pypi.org/project/qpyr/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/qpyr)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/sabih-h/qpyr/master)
![PyPI - License](https://img.shields.io/pypi/l/qpyr)


# QPYR - QR Code Generation in Python
Python package designed for creating QR codes with support for all QR code versions from 1 to 40. Designed for developers looking for a simple way to integrate QR code generation into their Python applications 🚀🚀🚀.


## Basic usage
To use the package, import and call the `main` function as follows:

```python
import qpyr
qpyr.main("google.com")
```
<img src="https://raw.githubusercontent.com/sabih-h/qpyr/cbeb109d266dea0e1052ab5fa720c4a2edbf1983/docs/static/qrcode-example.png" alt="QR Code" width="200" height="200"/>


## Contributing
Contributions are warmly welcomed! Whether you're tackling a bug, adding a new feature, or improving documentation, your input is invaluable in making this library better.

