Wenn started the programm will automatically assume the User has arrived at work. By clicking the tray icon the user can switch between work and break time. The current state and accumulated time can be observed via the tooltip and tray icon.
When started the programm will automatically assume the user has arrived at
work. By clicking the tray icon the user can switch between work and break
time. The current state and accumulated time can be observed via the tooltip
of the tray icon or in the timesheet overview.
It is reccommended to launch outatime at windows startup.
## Features
...
...
@@ -22,7 +25,8 @@ To install dependencies you can use the requirements file
pip install -r requirements.txt
```
Alternatively you can install dependencies manually but keep in mind that some libraries are version dependant
Alternatively you can install dependencies manually. Keep in mind that some
libraries are version dependant
```
pip install pystray==0.19.1
pip install pyinstaller
...
...
@@ -30,17 +34,17 @@ pip install PySimpleGUI
pip install toml
```
## Install
To compile into an single exe file use
## Delivery Creation
To compile into an single executable file ready for distribution run the delivery script.