This is a little app that has been made to calculate when you can leave the office based on your arrival time
it uses python and tkinter.
pyinstaller --onedir --clean timeInspector.spec
file is created in dist
directory. copy the res
directory and the timeInspector.exe
to the desired location.
should be alll in one file without the res directory, but I don't know how....