From 72552cf075a052ab50c84c329d2815e4b3789514 Mon Sep 17 00:00:00 2001 From: Martin Fitzpatrick Date: Mon, 19 Feb 2018 21:41:44 +0100 Subject: [PATCH] ... --- README.md | 18 ++++++++++-------- browser/README.md | 2 +- weather/README.md | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 19a91aa..29711a8 100644 --- a/README.md +++ b/README.md @@ -4,14 +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. -> If you think this example app is 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. - -More articles, tutorials and projects using PyQt can be -found [on my site](http://martinfitzpatrick.name/tag/pyqt). - ## The apps 1. [Web Browser (untabbed)](browser/) - "MooseAche" @@ -30,6 +22,16 @@ found [on my site](http://martinfitzpatrick.name/tag/pyqt). 1. [Currency converter](currency/) - "Doughnut" (PyQtGraph) 1. [Solitaire](solitaire/) - "Ronery" (QGraphicsScene) +## 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. + +More articles, tutorials and projects using PyQt can be +found [on my site](http://martinfitzpatrick.name/tag/pyqt). + ## License All code is **licensed under an MIT license**. This allows you to re-use the code freely, diff --git a/browser/README.md b/browser/README.md index c105e45..da873cc 100644 --- a/browser/README.md +++ b/browser/README.md @@ -1,4 +1,4 @@ -# Mooseache — How web browsers would be if they'd just been invented. +# Mooseache — How web browsers would be if they'd just been invented This is an example web browser built with Python and Qt. Using the QtWebEngineWidgets system introduced in Qt5.6, this provides a single-window diff --git a/weather/README.md b/weather/README.md index b713d2e..9a1b1b8 100644 --- a/weather/README.md +++ b/weather/README.md @@ -1,4 +1,4 @@ -# Raindar — A weather forecase app built in PyQt. +# Raindar — A weather forecase app built in PyQt Get your daily weather and 15hr forecast. Data is provided by the free weather and forecast API from https://openweathermap.org/