A python tool to check where the ISS is and return the area/country below it.
What it does:
- Checks the location of the ISS by using the ISS API.
- Maps the long-lat to a country (using reverse geocoder).
- Print out a sentence like "The ISS is currently above <place>".
- requests
- numpy, scipy (for reverse_geocoder)
- pycountry
Works with Python 3.5