This is a rather old project, back when I first starting college, and first learning Python. This project consists of a
set of scripts originally intended for running on my Raspberry Pi. Included in this are scripts for parsing a dot file, getting
the IP address of a given domain, finding the geographic location of an IP address, a reverse phone lookup, a pushbullet script,
and a weather script. As part of this I also wrote my own implementations of ping and traceroute as a learning experience.
I later added a script that checks a list of web pages for changes, and a set of scripts for running on
a Windows Surface Pro running Linux. I will be the first to admit that these are far from the best scripts, and most of them
could have better documentation, however they were useful in helping me learn.