This program visualizes constellations through a graphical user interface. The user provides input, and the program draws the constellations on a black background with alternating line colours.
- User-driven input for constellation coordinates.
- Visualization of constellations with a graphical user interface.
- Easy-to-use interface for adding and modifying constellation points.
Ensure you have Python installed on your system. This program uses the SimpleGraphics
library, which you need to install before running the code.
-
Install SimpleGraphics: You can install the
SimpleGraphics
library using pip. Open your terminal or command prompt and run:pip install SimpleGraphics
-
Clone the Repository: Clone this repository to your local machine using:
git clone https://github.com/ivymxu/constellationvisualizer.git
-
Navigate to the Project Directory:
cd constellationvisualizer
To run the program, execute the following command in your terminal or command prompt:
python script.py