Skip to content

Simple desktop app for counting down to events dates.

Notifications You must be signed in to change notification settings

cezary986/timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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