Skip to content

Commit

Permalink
Add lab 18 starter code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Gandhi committed Nov 15, 2023
1 parent 5b7c67b commit 7fe6767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cur/programming/libraries/random/pysimplegui-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2>Introduction to PySimpleGUI</h2>
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.
</p>
<p>Download the <a href="../../../programming/python/pysimplegui.zip">starter file</a>,
<p>Download the <a href="../../../../prog/python/pysimplegui.zip">starter file</a>,
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.
Expand Down

0 comments on commit 7fe6767

Please sign in to comment.