This program tracks the uptime of a server or PC and saves it to a local file.
Its path can be defined in the fourteenth line of the script. The date and time formats can be changed via lines fifteen and sixteen (format codes).
If you want to bundle this program into an executable, just run build
in the root directory. It uses PyInstaller to create a single executable file.
None. Just Python's standard libraries.
If you want to bundle this program into an executable with the build
command, it uses the PyInstaller to achieve that.
- sub-minute tracking
- starting the program at midnight (two entries will appear in the output file)
- launching multiple instances of the program