A simple orbit simulator created in python.
- Python 3.10+
- matplotlib
Open your computer's terminal and type in and press enter
pip install matplotlib
All bodies are defined by the body class, to create a custom body, create a new instance of the body class, replace the quoted texts in line 106 with the values you want.