This repository contains Python scripts used to test the Turtle GUI, exploring various shapes and creating a color palette for artistic purposes.
To run the scripts locally:
-
Clone this repository: git clone https://github.com/alecbideri/Turtle-GUI.git
-
Navigate to the cloned directory:
-
Run the desired Python script:
Replace script_name.py with the name of the Python script you want to execute.
The following shapes have been implemented in the scripts:
- Square
- Rectangle
- Circle
- Triangle
- Hexagon
- Octagon
- Decagon
- spirograph
Each shape is drawn using the Turtle graphics library, demonstrating different features and techniques.
One of the scripts generates a color palette using multiple colors. This palette can be used for artistic purposes, such as creating colorful patterns or drawings.
- Python 3.x
- Turtle graphics library
- cologram package , you can find it here (https://pypi.org/project/colorgram.py/)
Contributions are welcome! If you have ideas for new shapes or features to add, feel free to submit a pull request.