Skip to content

Commit 7352f1e

Browse files
committed
...
1 parent 72552cf commit 7352f1e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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+
## Want to build your own apps?
8+
9+
> If you think these apps are neat and want to learn more about
10+
PyQt in general, [take a look at my ebook & online course
11+
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)
12+
which covers everything you need to know to start building your own applications with PyQt.
13+
14+
You can also find more PyQt articles, tutorials and projects
15+
[on my website](http://martinfitzpatrick.name/tag/pyqt).
16+
717
## The apps
818

919
1. [Web Browser (untabbed)](browser/) - "MooseAche"
@@ -22,16 +32,6 @@ which you can poke, hack and prod your way to writing your own tools.
2232
1. [Currency converter](currency/) - "Doughnut" (PyQtGraph)
2333
1. [Solitaire](solitaire/) - "Ronery" (QGraphicsScene)
2434

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-
3535
## License
3636

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

0 commit comments

Comments
 (0)