autoDraw-GUI is a Python script that allows users to draw various geometric shapes (such as squares, rectangles, and triangles) using the turtle
graphics module. This project is run via a graphical user interface with Tk
, where users can select the shape and customize its appearance.
- Multiple Shapes: Draw squares, rectangles, and triangles.
- Customizable Appearance: Change color, outline width, and more.
- GUI Interaction: Select shapes and customization options directly in a simple form-like GUI.
-
Clone the repository:
git clone https://github.com/yssux/auto-draw-GUI.git
-
Navigate to the project directory:
cd auto-draw-GUI
-
Run the script:
python3 main.py
After running the script, you will be given a form like GUI, where you can select a shape and customize its appearance.
- Choose a shape (e.g., triangle).
- Enter a color and outline width.
- The shape will be drawn in a separate window!
We welcome contributions! If you'd like to improve this project, feel free to fork the repo, create a new branch, and submit a pull request.
If you have any questions or suggestions, feel free to open an issue or reach out at yeddafry@gmail.com .