Flat Layout | Column Layout | Success Screen | Error Screen | Warning Dialog |
---|---|---|---|---|
This is a small collection of example programs to demonstrate the functionality of Gooey.
Clone this project to your local machine
git clone https://github.com/chriskiehl/GooeyExamples.git
Alternatively, you can manually download the source here
Navigate the directory where you cloned the repo and pip install the dependencies
cd GooeyExamples/
pip install -r requirements.txt
python ./examples/widget_demo.py