This is a Python project for simulating the Voyager Spacecraft.
It uses NumPy, Matplotlib, and PyQt5 for calculations, plotting, and GUI features.
- Python 3.13 or higher
- pip (Python package manager)
git clone https://github.com/kawdoco/Track-Voyager.git
cd Voyager-Spacecraftpython -m venv venvvenv\bin\activatepip install -r requirements.txtdeactivate