Skip to content

Commit 153fde2

Browse files
committed
Update the README.md file
1 parent 47950f6 commit 153fde2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyqt-calculator-tutorial/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Python and PyQt: Building a GUI Desktop Calculator
22

3-
This folder provides the code examples for the article [Python and PyQt: Building a GUI Desktop Calculator
4-
](https://realpython.com/python-and-pyqt-building-a-gui-desktop-calculator/).
3+
This folder provides the code examples for the article [Python and PyQt: Building a GUI Desktop Calculator](https://realpython.com/python-and-pyqt-building-a-gui-desktop-calculator/).
4+
5+
## Folder Content
6+
7+
The current folder `pyqt-calculator-tutorial/` hosts two subfolders:
8+
9+
1. `examples/` contains the source file of every example in the tutorial.
10+
2. `pycalc/` stores the code and related resources for your PyQt Calculator app.

0 commit comments

Comments
 (0)