Skip to content

Commit 59b71d7

Browse files
authored
Update README.md
1 parent 69dec3e commit 59b71d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: AutomationScripts/ISS Tracker/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Description:
22
[**Here**](https://github.com/Aditya8821/Awesome_Python_Scripts/blob/main/AutomationScripts/ISS%20Tracker/iss_tracker.py) is Python Script which tracks the current location of ISS(International Space Station)
33
and then map location.
4+
This displays the current location of ISS along with onboarded crew names. It works by use of API, it takes the current location of ISS in form of latitude and longitude and then locates that value onto the map. It takes the value from the website at very 5 sec and then updates the value of lati. and long. and thus also moves the ISS icon on the map. The movement visible is very little but you can notice that movement in the gif below.
5+
This is possible by using some of the modules of python like JSON, Urllib.requests, Webbrowser, Geocoder etc. Numerous functions are used to create thsi script.
6+
Some of the modules are listed below.
47

58
- **JSON:**
69
This JSOn module is used to decode a JSON document from a string that may have extraneous data at the end.

0 commit comments

Comments
 (0)