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.

Example

  1. Run python main.py. A turtle-graphics window opens.
  2. The script draws a yellow square body, brown pants, a white shirt strip, a small red tie circle, two eyes (white circles with black pupils), and a red smile with white teeth.
  3. The text "SpongeBob" is written below the figure in a bold Courier font.
  4. The window stays open until you close it manually.

How to run on localhost

python main.py

Dependencies

Standard library only (uses the turtle module).