QR CODE MAKER
OVERVIEW
The QR maker is a web application built using streamlit for the GUI. It receives user input (the URL) and returns a .png file that can be saved locally by the user. The functional piece of the QR maker includes both a CLI and frontend UI as the return outputs.
TECHNOLOGY USED
PYTHON
STREAMLIT
APP HOST
HTML/CSS
APP DEMO
The video demos how the application works for a user.
Functionality:
Image container (returns the QR image in the .png file extension)
Url link (user input for the url link)
using regex to ensure proper url is successfully rendered
empty fields render static image
improper url link render static image

LIMITATIONS
Currently, the app does not retain user information. QR images are newly generated each time the main program is run.
There is no current data store for the QR maker, so it will also not contain a history log of previously generated files. Each session is unique.
USAGE
This application is currently privately deployed. For usage, please reach out and request access!