Technologies • Project • Features • Installing • How to use • Contributing • License
This project was developed with the following technologies:
- Python
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.
- Code review
- Save data on file
- Random curiosity about the solar system (Fun)
-
Clone this repository:
git clone https://github.com/Dantalion-dev/PlanetInfo.git
-
Enter the folder:
cd PlanetInfo/
-
Install python3
-
Linux
sudo apt-get install python3
chmod +x *
python -m pip install -r requirements.txt
- Finished!
-
Windows
- Python 3, download and install
python3 -m pip install -r requirements.txt
- Finished!
-
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.
This project is under the MIT License.