Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 955 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 955 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
  • Turtle library

Installation

  1. Clone the repository to your local machine
git clone https://github.com/<your_username>/iss-tracker.git
  1. Install the required libraries
pip install requests
pip install turtle
pip install bruh

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 using Turtle.

Acknowledgements

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