# GooeyExamples
**Repository Path**: jonah222/GooeyExamples
## Basic Information
- **Project Name**: GooeyExamples
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-08-25
- **Last Updated**: 2021-08-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 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](https://github.com/chriskiehl/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](https://github.com/chriskiehl/Gooey/archive/master.zip)
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
```