This Python application simulates our solar system using the Pygame library. It includes the following celestial bodies:
- Sun
- Earth
- Mars
- Venus
- Mercury
You can add more planets, moons, and satellites. Additionally, you can customize their initial velocity, mass, and distance to create your own interactive solar system model.
Feel free to explore and experiment with different parameters! 🌏🪐☀️
- install
python 3.9
or later. - install
pygame
frompip
. - and run
runme.py
file from the project. python runme.py
orpython3 runme.py
NOTE: If you have any suggestions feel free to pull requests or issue here.