This project tracks the International Space Station (ISS) using information from the API and displays its current location on a virtual map. The program retrieves the ISS's longitude and latitude data and converts it to a location on earth.
- Python 3
- Requests library
- Turtle library
##Installation
- Clone the repository to your local machine
git clone https://github.com/MohamedAl-Nassirat/ISS-Tracker
- Install the required libraries
pip install turtle
To run the program, open a terminal or command prompt window and navigate to the project directory. Then, run the following command:
python tracker.py
The program will retrieve the current location of the ISS and display it on the virtual map.
This project was made possible with the use of the Open Notify API.