Question: Start with the code and add the following features: a button to increase the thickness of the dots, and another one to decrease it (make
Start with the code and add the following features:
- a button to increase the thickness of the dots, and another one to decrease it (make sure you limit how small it can get!)
- a text input box to change the colour (check to make sure the text is one of the recognized colours)
- a button that changes the dots to a stamp, using an image scaled down to the same size
- one more cool feature of your choice
Step by Step Solution
3.33 Rating (147 Votes )
There are 3 Steps involved in it
import turtle import tkinter as tk Create a turtle object t turtleTurtle Create a tkinter window root tkTk Create a canvas to draw on canvas tkCanvasroot width500 height500 canvaspack Create a button ... View full answer
Get step-by-step solutions from verified subject matter experts
