Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filiprokita/qrgenerator

This program generates a QR code image for the given input using the 'qrcode' library in Python. The program prompts the user to enter the input for which the QR code has to be generated. The generated QR code is saved as a PNG image file in the current working directory using the 'PIL' library.
https://github.com/filiprokita/qrgenerator

image-generation pil python python3 qr-code qr-code-generator qr-generator qrcode

Last synced: 20 days ago
JSON representation

This program generates a QR code image for the given input using the 'qrcode' library in Python. The program prompts the user to enter the input for which the QR code has to be generated. The generated QR code is saved as a PNG image file in the current working directory using the 'PIL' library.

Awesome Lists containing this project