BhavyeMathur / goopylib-v1

A simple-yet-powerful 2D graphics framework built on top of Tkinter capable of creating good-looking & modern GUIs, games, and simple animations.

Home Page:https://pypi.org/project/goopylib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wait for Animation to Finish argument

BhavyeMathur opened this issue · comments

An argument that lets the animation finish before moving on to the next line of code. Say using an internal while loop that updates the window and checks if the animation is done.