This commit is contained in:
Martin Fitzpatrick
2019-06-16 12:22:31 +02:00
parent 72c8b2d034
commit 9e1cd8129a

View File

@@ -4,7 +4,8 @@ A collection of 15 small — *minute* — desktop applications written in Python
using the PyQt framework. These apps are intended as examples from
which you can poke, hack and prod your way to writing your own tools.
> Many of these apps have more detailed write-ups on my tutorials site at [LearnPyQt.com](https://www.learnpyqt.com/apps/).
> Many of these apps have more detailed write-ups on my PyQt5/PySide2 site at [LearnPyQt.com](https://www.learnpyqt.com/apps/).
If you're new to creating GUI apps check out the introductory [pyqt5 tutorial](https://www.learnpyqt.com/courses/start/).
## The apps
@@ -46,7 +47,7 @@ The application window should appear.
## Want to build your own apps?
> If you think these apps are neat and want to learn more about
PyQt in general, [take a look at my PyQt5 tutorial site LearnPyQt.com](https://www.learnpyqt.com)
PyQt in general, take a look at my [PyQt5 tutorial](https://www.learnpyqt.com)
which covers everything you need to know to start building your own applications with PyQt.
You can also find write-ups about these "minute apps" [on the same site](http://www.learnpyqt.com/apps).