Awesome
Gooey Examples
Flat Layout | Column Layout | Success Screen | Error Screen | Warning Dialog |
---|---|---|---|---|
<img src="https://cloud.githubusercontent.com/assets/1408720/7950190/4414e54e-0965-11e5-964b-f717a7adaac6.jpg"> | <img src="https://cloud.githubusercontent.com/assets/1408720/7950189/4411b824-0965-11e5-905a-3a2b5df0efb3.jpg"> | <img src="https://cloud.githubusercontent.com/assets/1408720/7950192/44165442-0965-11e5-8edf-b8305353285f.jpg"> | <img src="https://cloud.githubusercontent.com/assets/1408720/7950188/4410dcce-0965-11e5-8243-c1d832c05887.jpg"> | <img src="https://cloud.githubusercontent.com/assets/1408720/7950191/4415432c-0965-11e5-9190-17f55460faf3.jpg"> |
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