Skip to content

AbdullahiNur2828/ISS-Tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Where is the ISS?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%