learning-pysimplegui Learning PySimpleGUI Official page Cookbook with examples Setup Setup the environment: python3 -m venv .venv OSX / Linux: source .venv/bin/activate Windows: \.venv\Scripts\activate.bat Install dependencies: pip install -r requirements.txt