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

Not working

r3ik3t opened this issue · comments

from goopylib.imports import *

window = Window(title = "Hello World")
while window.is_open():
window.update()

my code:

Regards,
Student