Skip to content

0xleft/PPGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This is just a library so when I'm working on some projects I don't need to make everything from scratch. I'll be hopefully improving it as I go on.

Install

pip install ppgl

It just works :)

Example:

from ppgl.ppgl import GUI

gui = GUI(1000,1000)
gui.add_text("Hello world!", 0,0).pack()
gui.add_button("Exit", gui.root.destroy(),0,0,0,0).pack()
gui.start()

About

gui library for demo applications

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages