Skip to content

Commit

Permalink
Add starter code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Gandhi committed Nov 15, 2023
1 parent 82016af commit 2107c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cur/programming/libraries/random/pysimplegui-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ <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>,
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. </p>
<p>
Skim through this <a href="https://pypi.org/project/PySimpleGUI/#:~:text=PySimpleGUI%20is%20a%20Python%20package,%22Elements%22%20in%20PySimpleGUI">section</a>
for a brief introduction of PySimpleGUI.
Expand Down
Binary file added prog/python/pysimplegui.zip
Binary file not shown.

0 comments on commit 2107c0c

Please sign in to comment.