Skip to content

jonaheinke/uptime-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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