Project's frontend is fully made upon HTML and CSS (web), and all the backend stuff i.e, QR code generation is done python (QR-Code.py).
- Clone the repository
$ git clone https://github.com/aaryen11/QR-Code-Generator-in-Python.git- Install eel, pyqrcode (For QR Code Generation)
$ pip install eel pyqrcode pypng- Run the app
$ python QR-Code.py
