I tried to use the library with Pillow with not too much luck
- Dominant language
- Python
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
- Ubuntu 24.04.1 LTS
- Python 3.12.3
- libqrencode4:amd64 (4.1.1-1build2) ...
- libqrencode-dev:amd64 (4.1.1-1build2) ...
Using the readme, I tried to install it from PyPI with the following issue:

Then I tried using `python setup.py install` which kinda worked:

I was able to run the code from the README:

**The code**
```
>>> from qrkit import qrimg
>>> img = qrimg.encode_to_img('https://youtu.be/DtSjAzqA82E'.encode('utf-8'), width=300, border=10)
>>> img.save('qrimage.png', 'PNG', quality=80)
```
But the result is not compliant:
The file contains:

Instead of:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.