
qrcode 8.2
0
QR Code image generator
Contents
QR Code image generator
Stars: 4851, Watchers: 4851, Forks: 727, Open Issues: 48The lincolnloop/python-qrcode repo was created 14 years ago and the last code push was 1 months ago.
The project is very popular with an impressive 4851 github stars!
How to Install qrcode
You can install qrcode using pip
pip install qrcode
or add it to a project with poetry
poetry add qrcode
Package Details
- Author
- Lincoln Loop
- License
- BSD
- Homepage
- https://github.com/lincolnloop/python-qrcode
- PyPi:
- https://pypi.org/project/qrcode/
- GitHub Repo:
- https://github.com/lincolnloop/python-qrcode
Classifiers
- Multimedia/Graphics
- Software Development/Libraries/Python Modules
Related Packages
Errors
A list of common qrcode errors.
Code Examples
Here are some qrcode code examples and snippets.
GitHub Issues
The qrcode package has 48 open issues on GitHub
- Error when installing in the Poetry virtual environment
- 9.x Release
- Add "svg-compressed" to create a simple classic QR Code with compressed file size.
- feat: add SvgRoundedModuleDrawer class for SVG QR codes with rounded corners
- Create detailed documentation for advanced usage in python
ValueError: glog(0)when encoding binary data
pythonfix