Skip to content

Commit b99eb33

Browse files
committed
README.md edit
1 parent 4870737 commit b99eb33

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,16 +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-
## 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-
177
## The apps
188

199
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.
5141

5242
The application window should appear.
5343

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+
5454
## License
5555

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

0 commit comments

Comments
 (0)