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.

How to run

python windows_logo.py

Dependencies

Standard library only (turtle).

Pyodide-runnable

No — it uses the turtle module, which requires a desktop graphics window.