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

Add a self contained example in the doc/readme

ReblochonMasque opened this issue · comments

The two examples provided are a pain to run, I am afraid:

One requires an image in a texture folder, but none are provided; the other is an incomplete code fragment that seems to also require an image that is not provided.

The readme would gain to have a couple of example of basic use :

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

  • a good looking modern gui sample code.
  • a simple game (maybe click on a moving object?)
  • an animation (maybe an interpolation?)

That way, the prospective user can see what the lib can do, and what sort of code it required to do it.

A modern GUI and simple Animation has been added with the code & textures provided and I have given examples of actual projects made using Goopy in the Read Me.