A Terminal User Interface (TUI) application for real-time satellite tracking with a website leading to downlaod page
Satellight Tracker is a Rust-based TUI application that provides real-time satellite trajectory tracking.
It enables users to analyze satellite positions efficiently within the terminal.
This project integrates with:
- Rust-based core logic for satellite calculations.
- Python GUI (Tkinter) for easy execution.
- HTML & CSS documentation with a structured, glassmorphism-based UI.
✅ Real-time satellite tracking with precise calculations.
✅ Seamless execution via a Python-based GUI.
✅ Cross-platform compatibility (Windows, Linux, macOS).
✅ Modern glassmorphism UI for documentation.
✅ MIT License – Open for public domain use.
Run the following command in your terminal:
git clone https://github.com/ABHIRAM-CREATOR06/Satellight-Tracker.git
cd Satellight-Tracker Ensure Rust & Cargo are installed. If not, install them using:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source $HOME/.cargo/env Then Navigate to Project Directory
cd rust_project_directory # Replace with the actual directory name
cargo build cargo runpip install tkinterpip install pyinstallerThe GUI application is created and converted into a app and is loaded as a downlable file in info.html file.
This project is licensed under MIT, meaning:
- You are free to use, modify, and distribute the code.
- You must provide attribution to the original author.
- The code comes without any warranty or liability.
For more details, see the LICENSE file.