@@ -4,14 +4,6 @@ A collection of 15 small — *minute* — desktop applications written in Python
4
4
using the PyQt framework. These apps are intended as examples from
5
5
which you can poke, hack and prod your way to writing your own tools.
6
6
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
-
15
7
## The apps
16
8
17
9
1 . [ Web Browser (untabbed)] ( browser/ ) - "MooseAche"
@@ -30,6 +22,16 @@ found [on my site](http://martinfitzpatrick.name/tag/pyqt).
30
22
1 . [ Currency converter] ( currency/ ) - "Doughnut" (PyQtGraph)
31
23
1 . [ Solitaire] ( solitaire/ ) - "Ronery" (QGraphicsScene)
32
24
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
+
33
35
## License
34
36
35
37
All code is ** licensed under an MIT license** . This allows you to re-use the code freely,
0 commit comments