Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitzp committed Jun 16, 2019
1 parent 72c8b2d commit 9e1cd81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit 9e1cd81

Please sign in to comment.