Skip to content

Eel helps to make Electron-like offline app using front-end technology like JavaScript, HTML, CSS with Python back-end. It's maybe the simplest and fastest way to combined those front-end and back-end technology to make something awesome.

License

Notifications You must be signed in to change notification settings

ekamid/simple-sticky-note-app-using-Javascript-DOM-and-python-eel-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-sticky-note-app-using-Javascript-DOM-and-python-eel-library

Eel helps to make Electron-like offline app using front-end technology like JavaScript, HTML, CSS with Python back-end. It's maybe the simplest and fastest way to combined those front-end and back-end technology to make something awesome.

Gtting Started

  • Download OR Clone the repo and cd into the directory
$ git clone [email protected]:ekamid/simple-sticky-note-app-using-python-eel-and-web-ui.git
$ cd simple-sticky-note-app-using-python-eel-and-web-ui
  • Install eel and pyinstaller
$ pip install eel pyinstaller
  • Run the app
$ python stickyNote.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 stickyNote.py web --noconsole --onefile

The app will work fine even if you don't include the 'notes.txt' file while pakacging. It will create atumaticly.

About

Eel helps to make Electron-like offline app using front-end technology like JavaScript, HTML, CSS with Python back-end. It's maybe the simplest and fastest way to combined those front-end and back-end technology to make something awesome.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published