Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.32 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.32 KB

Uptime Tracker

license open issues code size used libraries

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.

Which libraries does it require?

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.

What's currently not supported?

  • sub-minute tracking
  • starting the program at midnight (two entries will appear in the output file)
  • launching multiple instances of the program