pyBegin / projects / sponge-bob
🎨

SpongeBob Turtle Drawing

A turtle-graphics script that draws a SpongeBob SquarePants character (body, pants, shirt, tie, eyes, and smile) on screen.

141 lines🖥 Desktop only

SpongeBob Turtle Drawing

A turtle-graphics script that draws a SpongeBob SquarePants character (body, pants, shirt, tie, eyes, and smile) on screen.

How to run

python main.py

Dependencies

Standard library only (uses the turtle module).

Pyodide-runnable

No — it uses the turtle module, which needs a Tkinter-backed desktop window.