@@ -4,16 +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
- ## 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
-
17
7
## The apps
18
8
19
9
The apps showcase various parts of the Qt framework, including advanced widgets,
@@ -51,6 +41,16 @@ Once the requirements are installed, you can run the app using Python 3.
51
41
52
42
The application window should appear.
53
43
44
+ ## Want to build your own apps?
45
+
46
+ > If you think these apps are neat and want to learn more about
47
+ PyQt in general, [ take a look at my ebook & online course
48
+ "Create Simple GUI Applications"] ( https://martinfitzpatrick.name/create-simple-gui-applications )
49
+ which covers everything you need to know to start building your own applications with PyQt.
50
+
51
+ You can also find more PyQt articles, tutorials and projects
52
+ [ on my website] ( http://martinfitzpatrick.name/tag/pyqt ) .
53
+
54
54
## License
55
55
56
56
All code is ** licensed under an MIT license** . This allows you to re-use the code freely,
0 commit comments