Drawing irregular lines and super shapes

Let's now add the feature to draw irregular or continuous free-flowing lines. We will also add the ability to draw a variety of interesting shapes on the drawing canvas as shown here:

Drawing irregular lines and super shapes

As a reminder, all our buttons are linked to dynamically call functions defined in our tool_bar_functions tuple. Further, we can specify unique options for a given function by adding the string _options to the function name.

Drawing irregular lines

To add the capability to draw irregular lines, we just need to define the method named draw_irregular_line. To specify options that appear in the top bar, we need to define the method ...

Get Tkinter GUI Application Development Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.