From 7fe6767d7ba6dfce124fdba21f00bf5ae96e547d Mon Sep 17 00:00:00 2001 From: Mehul-Gandhi Date: Wed, 15 Nov 2023 01:24:56 -0800 Subject: [PATCH] Add lab 18 starter code --- cur/programming/libraries/random/pysimplegui-intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cur/programming/libraries/random/pysimplegui-intro.html b/cur/programming/libraries/random/pysimplegui-intro.html index 594adfad..01dd82f0 100644 --- a/cur/programming/libraries/random/pysimplegui-intro.html +++ b/cur/programming/libraries/random/pysimplegui-intro.html @@ -19,7 +19,7 @@

Introduction to PySimpleGUI

PySimpleGUI is a Python library designed to make the creation of graphical user interfaces (GUI) quick and accessible to beginners. It wraps tkinter, Qt, WxPython, and Remi in a single, well-documented API that allows for simpler GUI creation using the Python programming language.

-

Download the starter file, +

Download the starter file, which will cover PySimpleGUI, the weather api, Wikipedia, WordMatch, Text-to-speech dictionary, and the Face Detector. The starter code also has a tic-tac-toe implementation for Colorama and the game of Pong. Please unzip this folder first.