@@ -4,6 +4,16 @@ 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
+ ## 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
+
7
17
## The apps
8
18
9
19
1 . [ Web Browser (untabbed)] ( browser/ ) - "MooseAche"
@@ -22,16 +32,6 @@ which you can poke, hack and prod your way to writing your own tools.
22
32
1 . [ Currency converter] ( currency/ ) - "Doughnut" (PyQtGraph)
23
33
1 . [ Solitaire] ( solitaire/ ) - "Ronery" (QGraphicsScene)
24
34
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
-
35
35
## License
36
36
37
37
All code is ** licensed under an MIT license** . This allows you to re-use the code freely,
0 commit comments