https://github.com/soup-ms/sattracker
https://github.com/soup-ms/sattracker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/soup-ms/sattracker
- Owner: soup-ms
- Created: 2024-03-03T15:55:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-06T04:37:51.000Z (about 1 year ago)
- Last Synced: 2025-03-07T02:22:54.911Z (3 months ago)
- Language: Python
- Size: 346 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Satellite Tracker
A Python application that tracks the position of satellites and provides a 2D visualization using Tkinter and Pygame.

## Features
- Get the user's location using their IP address
- Select a satellite from a list of available options
- Display the selected satellite's altitude and azimuth
- 2D visualization of the Earth and the selected satellite's position
- Real-time updates of the satellite's position## Prerequisites
- Python 3.x
- Tkinter (usually included with Python)
- Pygame
- Skyfield
- geocoder## Usage
1. Clone the repository
2. pip install -r requirements.txt
3. run the 'satTrack.py' script