This application counts down the remaining time until the end of the workday.
When the workday concludes, a reminder will notify you to clock out.
Please refer to the requirements.txt file for the list of packages to be installed.
- The
go_home_clock_infunction will: Automatically open a webpage (you can modify the_URLvariable if your company’s clock-in system is web-based). - Flash the taskbar if the window is not in the foreground.
- Send a notification, provided that Windows notifications are enabled.
- You can use the
winregpackage to set the program to start automatically when the computer boots up. - Automatically shut down your computer when receiving a notification.
- Add support for additional languages.
You can modify the contents of the go_home_clock_in function to suit your specific needs or customize it based on your ideas.
To change the clock-in hours, modify the value of _HOURS.
If you need to include minutes, ensure you also update any references to _HOURS accordingly.
The following images illustrate several situations of the application:
The flow diagram below shows the overall process:

