Skip to content

Commit 72552cf

Browse files
committed
...
1 parent 1727c51 commit 72552cf

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ A collection of 15 small — *minute* — desktop applications written in Python
44
using the PyQt framework. These apps are intended as examples from
55
which you can poke, hack and prod your way to writing your own tools.
66

7-
> If you think this example app is neat and want to learn more about
8-
PyQt in general, [take a look at my ebook & online course
9-
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)
10-
which covers everything you need to know to start building your own applications with PyQt.
11-
12-
More articles, tutorials and projects using PyQt can be
13-
found [on my site](http://martinfitzpatrick.name/tag/pyqt).
14-
157
## The apps
168

179
1. [Web Browser (untabbed)](browser/) - "MooseAche"
@@ -30,6 +22,16 @@ found [on my site](http://martinfitzpatrick.name/tag/pyqt).
3022
1. [Currency converter](currency/) - "Doughnut" (PyQtGraph)
3123
1. [Solitaire](solitaire/) - "Ronery" (QGraphicsScene)
3224

25+
## Want to build your own apps?
26+
27+
> If you think these apps are neat and want to learn more about
28+
PyQt in general, [take a look at my ebook & online course
29+
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)
30+
which covers everything you need to know to start building your own applications with PyQt.
31+
32+
More articles, tutorials and projects using PyQt can be
33+
found [on my site](http://martinfitzpatrick.name/tag/pyqt).
34+
3335
## License
3436

3537
All code is **licensed under an MIT license**. This allows you to re-use the code freely,

browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Mooseache — How web browsers would be if they'd just been invented.
1+
# Mooseache — How web browsers would be if they'd just been invented
22

33
This is an example web browser built with Python and Qt. Using the
44
QtWebEngineWidgets system introduced in Qt5.6, this provides a single-window

weather/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Raindar — A weather forecase app built in PyQt.
1+
# Raindar — A weather forecase app built in PyQt
22

33
Get your daily weather and 15hr forecast. Data is provided by the free
44
weather and forecast API from https://openweathermap.org/

0 commit comments

Comments
 (0)