What if Python could be more than a programming language?
What if it could also be… an artist?
In this beginner-friendly Python screensaver project, I used the Turtle graphics module inside the Trinket IDE to create a program that draws completely random art. Each run is a surprise:
- 🖌 Random Colors – Generated using from random import randint, so no two drawings are alike.
- 📏 Random Sizes – From tiny doodles to oversized shapes that dominate the canvas.
- 🔄 Random Shapes – Circles, squares, triangles, and more—picked at random for variety.
Why this project is great for beginners:
- It’s visual and interactive—perfect for keeping motivation high while learning Python.
- It introduces basic concepts like loops, functions, and randomness in a fun way.
- You don’t need to install anything—Trinket runs in your browser, so you can start coding instantly.
🐍🎨 Try out this Python Turtle program in Trinket—every run creates a completely random piece of art! Random colors. Random shapes. Random sizes. No two are ever the same. #Python #Coding #100DaysOfCode #PythonTurtle
Tweet

