Simple desktop app for counting down to events dates.
App consists of three parts:
- Python backend app
- Angular frontend app
- Electron desktop app (using angular compiled app)
Python and electron communication are done using Igor library.
All Python requirements are in backend/requirements.txt
file, to install them use:
pip install -r ./backedn/requirements.txt
All JS dependencies are in package.json
, to install them use:
npm install
Then to build the app use build.py
file in root folder:
python build.py
After building your app should be in dist
folder. To start it double click main.exe
file.
- Python
- Electron
- Igor