pyBegin / projects / windows-logo
🎨

Windows Logo

Draws the classic Windows logo using Python's turtle graphics on a black background.

26 lines🖥 Desktop only

Windows Logo

Draws the classic Windows logo using Python's turtle graphics on a black background.

Example

  1. Run the script: a black turtle graphics window opens.
  2. The turtle draws a blue quadrilateral (the Windows flag shape) filled with #00adef.
  3. A black vertical stripe and a black horizontal stripe are drawn across the shape, dividing it into four panes — forming the classic Windows logo.
  4. The window stays open until closed manually.

How to run on localhost

python windows_logo.py

Dependencies

Standard library only (turtle).