Watch the video here: https://youtu.be/iy2aKf9AAvc
The simplest and fastest way to create applications with a Web UI and a Python backend.
- Clone the repo and cd into the directory
$ git clone [email protected]:SouravJohar/getting-started-with-eel.git
$ cd getting-started-with-eel
- Install eel, pyqrcode, and pyinstaller
$ pip install eel pyqrcode pyinstaller pypng
- Run the app
$ python QRCode.py
You can pass any valid pyinstaller
flag in the following command to further customize the way your app is built.
$ python -m eel QRCode.py web --noconsole --onefile --icon=barcode.icns