From d281f48a576f72d98429d428e9c956a5c70ce798 Mon Sep 17 00:00:00 2001 From: BrightCove Date: Fri, 24 Jan 2025 23:57:43 -0800 Subject: [PATCH] PySimpleGUI-First-Attempt My first attempt at using PySimpleGUI for Python GUI Programs. This is a very simple example of a window which dynamically adjusts it's content based on user-initiated events. --- python.py => PySimpleGUI-First-Attempt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename python.py => PySimpleGUI-First-Attempt (100%) diff --git a/python.py b/PySimpleGUI-First-Attempt similarity index 100% rename from python.py rename to PySimpleGUI-First-Attempt