gapp

easy buttons and other graphics elements to control the code.


License
MIT
Install
pip install gapp==1.0.1

Documentation

gapp

travis-badge

Buttons and other graphics elements to control code.

How to Use

pip install gapp

from gapp import StartEndApp

my_app = StartEndApp(lambda: print('Yo, app started'), lambda : print('Yo, app ended'), 'My App')
my_app.start_app()

start_end_app