Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.33 KB

README.md

File metadata and controls

38 lines (20 loc) · 1.33 KB

Gooey Examples

Flat Layout Column Layout Success Screen Error Screen Warning Dialog

This is a small collection of example programs to demonstrate the functionality of Gooey.

Installation Instructions

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 

Running the examples

python ./examples/widget_demo.py