A simple Python GUI drawing application using turtle and tkinter.
- Move turtle with arrow keys or mouse click
- Pen control: up / down / size
- Color selection
- Draw shapes: Circle, Square, Triangle, Star
- Undo / Clear
- Show/Hide turtle
- Save drawing as PNG (X11 only)
- Status window showing pen, color, size, and turtle visibility
- pillow
- turtle
- tkinter
- os
Note: This project was made just for fun