PlanetInfo
PlanetInfo copied to clipboard
⭐ Physics class project
🌑 Planet Information Display
Technologies • Project • Features • Installing • How to use • Contributing • License
🚀 Technologies
This project was developed with the following technologies:
- Python
💻 Project
This is a project that I developed for my physics class, which basically consisted of you studying a planet and showing information about it, I went further, I added some somewhat different features, like asking for some curiosity about our solar system and saving the data in a file.
✨ Features
- [x] Code review
- [x] Save data on file
- [x] Random curiosity about the solar system (Fun)
♟️ Installation
-
Clone this repository:
git clone https://github.com/Dantalion-dev/PlanetInfo.git -
Enter the folder:
cd PlanetInfo/ -
Install python3
-
Linux
sudo apt-get install python3chmod +x *python -m pip install -r requirements.txt- Finished!
-
Windows
- Python 3, download and install
python3 -m pip install -r requirements.txt- Finished!
-
🍀 How to use

🔨 Contributing
How can I contribute to the project?
1. Create a fork from PlanetInfo repository.
2. git clone https://github.com/your/PlanetInfo.git
3. cd PlanetInfo/
4. Make your changes.
5. Commit and make a git push.
6. Open a pull request.
📝 license
This project is under the MIT License.