From 9e1cd8129a6db91558f8f907af6d2ad6df72fe31 Mon Sep 17 00:00:00 2001 From: Martin Fitzpatrick Date: Sun, 16 Jun 2019 12:22:31 +0200 Subject: [PATCH] ... --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54da8a2..929e893 100644 --- a/README.md +++ b/README.md @@ -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).