Skip to content

Commit

Permalink
Add bolding:
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehul-Gandhi committed Nov 15, 2023
1 parent e8b0273 commit e1e9770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cur/programming/libraries/random/pysimplegui-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ <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="../../../../prog/python/pysimplegui.zip">starter file</a>,
<p><b>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.
Please unzip this folder first.</b>
</p>
<p>
Skim through this <a href="https://pypi.org/project/PySimpleGUI/#:~:text=PySimpleGUI%20is%20a%20Python%20package,%22Elements%22%20in%20PySimpleGUI" target="_blank">section</a>
Expand Down

0 comments on commit e1e9770

Please sign in to comment.