Skip to content

Commit

Permalink
README.md edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitzp committed Feb 21, 2018
1 parent 4870737 commit b99eb33
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ 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.

## 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 ebook & online course
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)
which covers everything you need to know to start building your own applications with PyQt.

You can also find more PyQt articles, tutorials and projects
[on my website](http://martinfitzpatrick.name/tag/pyqt).

## The apps

The apps showcase various parts of the Qt framework, including advanced widgets,
Expand Down Expand Up @@ -51,6 +41,16 @@ Once the requirements are installed, you can run the app using Python 3.

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 ebook & online course
"Create Simple GUI Applications"](https://martinfitzpatrick.name/create-simple-gui-applications)
which covers everything you need to know to start building your own applications with PyQt.

You can also find more PyQt articles, tutorials and projects
[on my website](http://martinfitzpatrick.name/tag/pyqt).

## License

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

0 comments on commit b99eb33

Please sign in to comment.