Skip to content

The simplest and fastest way to create applications with a Web UI and a Python backend.

Notifications You must be signed in to change notification settings

SouravJohar/getting-started-with-eel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getting-started-with-eel

Watch the video here: https://youtu.be/iy2aKf9AAvc

The simplest and fastest way to create applications with a Web UI and a Python backend.

Getting Started

  • 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

Packaging the app

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

About

The simplest and fastest way to create applications with a Web UI and a Python backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published