Ever seen those movies with a hacker in it where there's a world map and it shows their connection thru the 'net? Well i made one! (It's called a graphical traceroute.)
dump link:
http://www.newgrounds.com/dump/item/2399b58939726add58d47bdb7ae8aaab
It's kinda basic tho. Currently working on mkII, but currently uses linux traceroute, pygame, wget, and a website called freegeoip.net. this website limits requests per time frame so u can't keep it running for long, and it's pretty slow right now. mkII will be faster and use a locally hosted geoip database. It's zipped, includes source, and a README file to help u set it up. But basically just install dependencies specified by README and go:
python main.py
and that's about it. Enjoy!