Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 909 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 909 Bytes

Timer countdown

Simple desktop app for counting down to events dates.

Screen

Architecture

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.

Building

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.

Techologies

  • Python
  • Electron
  • Igor