PyQRcode is a QRCode generator, to easily create codes and shortcuts for anything you want. This is an initial scope of the final version, which arrives in late 2022 with a user interface and some new features. This code was developed by Renan Dias.
To install the project, you need to install the python libraries, of course they are all documented in the project.
- Creation of QR codes of any entry. [alpha]
- Code sharing [in development]
- code reading in images [in development]
Install my project in a pre-configured environment with Python.
git clone https://github.com/renan-dias/PyQrCode.git
pip install pypng
pip install pycode
pip install Pillow