SkillAgentSearch skills...

ActiveSatellitesTracker

ActiveSatellitesTracker is a 2D Pygame tool that visualizes active satellites in real-time around a high-resolution, 3D-like Earth using TLE data and skyfield. Features interactive zoom, pan, and satellite info on hover in a 1600x900 window. Requires Python 3.11+ and pygame, requests, skyfield

Install / Use

/learn @olafbielasik/ActiveSatellitesTracker
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Features:

  • Real-time satellite tracking.
  • High-resolution 3D-like Earth visualization.
  • Interactive zoom (mouse wheel) and pan (left-click drag).
  • Hover for satellite details (name, altitude, velocity, inclination).
  • Proportional distance scale (5000 km).

screenshot

Requirements:

  • Python 3.13
  • Libraries: pygame, requests, skyfield, matplotlib

Install dependencies:

cd ActiveSatellitesTracker
pip install requests skyfield pygame

Run:

python main.py

Thanks to Celestrak, Skyfield, Pygame, and the open-source community.

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated10mo ago
Forks1

Languages

Python

Security Score

62/100

Audited on May 30, 2025

No findings