Skip to content

Simple temperature monitor for Finland's summers

Notifications You must be signed in to change notification settings

Mahi/TempMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

TempMonitor

A simple temperature monitor that checks the temperature outside:

$ python tempmonitor.py
22.4°C

The program also stores the latest temperature to a file, allowing the comparison of the current temperature to the previous temperature. This is useful if the script is tasked to run every X minutes with cron or Task Scheduler, as it will optionally let you know when the temperature outside drops below a certain boundary.

All supported command line arguments:

  • place (positional): Location where to check the temperature from. Default: helsinki
  • --boundary: Dropping below this temperature will show a messagebox. Default: None
  • --result-file: Path to a file to store the previous temperature into. Default: %APPDATA%\\tempmonitor.txt

About

Simple temperature monitor for Finland's summers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages