TheRedExosky
A software to visualize the night sky surrounding the exoplanets. The explanets are listed and can be selected, and the number of stars shown and the luminosity of the stars can be set. Once selected, the night sky is displayed in a separate modal. The name of the star will be displayed in a tooltip when the hover cursor is over it. The purpose of the project is to educate about the night sky and it could be used in an educational environment such as schools and universities. We hope that by using this software to embrace the exitement about space and create motivation for further investigation.
The project is written in python using the following python packages:
- python3-tkinter
- astroquery
- matplotlib
- numpy
- pandas
- seaborn
- mplcursors
- Install python3.
- Navigate into the project and execute
pip3 install -r requirements.txt
in the command line. - Run the project from the command line by navigating to the src folder
cd src
and then running the commandpython3 Nightsky.py
or from an IDE such as VS Code.