This project contains the code and data necessary to create a 3D map of the solar system. It is designed to be an educational tool to help visualize the positions and movements of the various celestial bodies within our solar system.
- Interactive 3D Visualization: Users can explore the solar system in three dimensions, zooming in and out and rotating the view to see different angles.
- Accurate Positioning: The map uses real data to accurately represent the positions of the planets and other celestial bodies.
To use the 3D map, simply run the solar system 3d.py
script in a Python environment. Ensure that all dependencies are installed as per the requirements file.
- Python 3.x
- Necessary Python libraries: Available on requirements.txt
Download all files in a folder, or, Clone the repository to your local machine using the following command: git clone https://github.com/Spacemanit1709/3D-map-of-solar-system.git
Install the required libraries using: pip install -r requirements.txt
Run solar system 3d.py
Contributions to the 3D map of the solar system are welcome. Please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.
Inspired by interactive star maps
Thank you for exploring the 3D map of the solar system!