diff --git a/browser/README.md b/browser/README.md index ef96742..c105e45 100644 --- a/browser/README.md +++ b/browser/README.md @@ -4,7 +4,7 @@ This is an example web browser built with Python and Qt. Using the QtWebEngineWidgets system introduced in Qt5.6, this provides a single-window browsing experience with the usual controls, as well as saving and loading HTML. -![Browser](screenshot-browser.png) +![Browser](screenshot-browser.jpg) > 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 diff --git a/browser_tabbed/README.md b/browser_tabbed/README.md index 05c3478..4dfb3c2 100644 --- a/browser_tabbed/README.md +++ b/browser_tabbed/README.md @@ -5,7 +5,7 @@ browsing! Go back and forward! Print! Save files! Get help! (you’ll need it). Any similarity to other browsers is entirely coincidental. -![Browser tabbed](screenshot-browser-tabbed.png) +![Browser tabbed](screenshot-browser-tabbed.jpg) > 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 diff --git a/weather/README.md b/weather/README.md index 674953c..b713d2e 100644 --- a/weather/README.md +++ b/weather/README.md @@ -3,7 +3,7 @@ Get your daily weather and 15hr forecast. Data is provided by the free weather and forecast API from https://openweathermap.org/ -![Weather](screenshot-weather.png) +![Weather](screenshot-weather.jpg) > 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