This unofficial project is about a program that has missions to go to other planets or moons. This project gets data from an excel file containing data about NASA missions to planets and moons and other extra info. The user can create a new mission for fun and add data to it. With this data stored in the excel file, the python program can compare missions. This is project is in the stardance program here.
- Python interpreter 3.14+
- Download Python from this link
- Make sure to add Python to PATH during installation
- Go to this link
- Click on code
- Click download zip
- Find your downloaded zip folder on your computer
- Extract the folder by right-clicking or double-clicking
- Go to command prompt or terminal
- type "cd folder-name" whatever the name of your folder that you downloaded is
- type "python main.py"
- Done!
- Used it for asking input ideas
- Use for helping me understand code
- Helping fix errors
- No AI wrote code
- Uses a while loop
- Then once the user is types input, the program uses if/elif/else statements to go through options
- Add a GUI??
- Make missions comparable
- Find data
- Maybe use SQL
- Use matplotlib and numpy (maybe scipy)?