ekamid / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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.

License:MIT License


Languages

Language:JavaScript 42.2%Language:HTML 27.1%Language:CSS 23.5%Language:Python 7.2%