Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 918 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 918 Bytes

International Space Station Tracker

Overview

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.

Getting Started

Prerequisites

  • Python 3
  • Requests library
  • Turtle library

##Installation

  1. Clone the repository to your local machine
git clone https://github.com/MohamedAl-Nassirat/ISS-Tracker
  1. Install the required libraries
pip install turtle

Usage

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.

Acknowledgements

This project was made possible with the use of the Open Notify API.