Python Tkinter Tutorial | How to Programmatically Draw Any Regular Polygon

Опубликовано: 24 Март 2026
на канале: BL Codes
113
1

In this video I explain the theory and math behind drawing N-gons programmatically! While this knowledge has many applications, I created this video to as a companion video to the upcoming Skill Web tutorial series. In that series we're going to be working with N-gons quite a bit.

Python Tkinter | Project Tutorials
   • Tkinter Project Tutorials (Python)  

TkDocs
https://tkdocs.com/shipman/index-2.html

TkDocs | Canvas
https://tkdocs.com/shipman/canvas.html

TIMESTAMPS
00:00 Intro
00:16 What's a N-gon?
01:18 Root Window
01:22 Canvas
01:32 Imaginary Circle
02:12 Vertex Angle
02:46 Draw N-gon
04:01 Rotate N-gon