8000
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Demo App

this directory contains sample_app.py, which is a simple tkinter app that demonstrates the use of tkreload.

to run the app with tkreload, use the following command in your terminal:

tkreload sample_app.py

Note: you'll need to install tkreload using pip install tkreload first. or install it using pip install . from the root directory. (inside src folder)

0