[Solved] “Stop” Button in Tkinter
You cannot stop each draw statement unless you provide a checker in between each line drawn. The below code is just a rough mock up of how you could make something to check for a tracking variable used to tell it to no longer draw new lines. The closest thing you can do to being … Read more