Skip to content

Commit 68f92c0

Browse files
committed
Update README.md with image links.
1 parent 7dd1c41 commit 68f92c0

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

calculator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A simple calculator application implemented in Python using PyQt. The UI was designed in Qt Designer and the
44
calculator operations are implemented using simple stack-based logic.
55

6-
!(Calculon)[screenshot-calculator.png]
6+
![Calculon](screenshot-calculator.jpg)
77

88
> If you think this example app is neat and want to learn more about
99
PyQt in general, [take a look at my ebook & online course

currency/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
This is a simple currency exchange rate tracker implemented in PyQt, using the [fixer.io](http://fixer.io) API
44
for data. The default setup shows currency data for the preceding 180 days.
55

6-
![Doughnut](screenshot-currency1.png)
6+
![Doughnut](screenshot-currency1.jpg)
77

88
Data is loaded progressively, with increasing resolution. Currency rates for a given date are shown in the right
99
hand panel and updated to follow the position of the mouse.
1010

11-
![Doughnut](screenshot-currency2.png)
11+
![Doughnut](screenshot-currency2.jpg)
1212

1313
> If you think this example app is neat and want to learn more about
1414
PyQt in general, [take a look at my ebook & online course

mediaplayer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The main interface offers a playlist window in which you can drag-drop
88
media files to be played. Standard media controls are provided, along
99
with a timeline scrub widget and a volume control.
1010

11-
![Mediaplayer](screenshot-mediaplayer1.png)
11+
![Mediaplayer](screenshot-mediaplayer1.jpg)
1212

1313
For video playback you can pop out an external video viewer window
1414
which floats on top.

minesweeper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ explore the area around your landed space rocket, without coming too close to th
77
deadly B'ug aliens. Your trusty tricounter will tell you the number of B'ugs in the
88
vicinity.
99

10-
![Moonsweeper](screenshot-minesweeper1.png)
10+
![Moonsweeper](screenshot-minesweeper1.jpg)
1111

1212
This a simple single-player exploration game modelled on _Minesweeper_
1313
where you must reveal all the tiles without hitting hidden mines.
@@ -16,7 +16,7 @@ individually hold their state as mines, status and the
1616
adjacent count of mines. In this version, the mines are replaced with
1717
alien bugs (B'ug) but they could just as easily be anything else.
1818

19-
![Moonsweeper](screenshot-minesweeper2.png)
19+
![Moonsweeper](screenshot-minesweeper2.jpg)
2020

2121
> If you think this example app is neat and want to learn more about
2222
PyQt in general, [take a look at my ebook & online course

notepad/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
A very simple notepad clone using the QTextEdit widget to handle more or less
44
everything. Supports file loading, saving and printing.
55

6-
![No2Pads](screenshot-notepad.png)
6+
![No2Pads](screenshot-notepad.jpg)
77

88
> If you think this example app is neat and want to learn more about
99
PyQt in general, [take a look at my ebook & online course

notes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Take temporary notes on your desktop, with this floating-note app. Notes
44
are stored locally in a SQLite database.
55

6-
![Brown note](screenshot-notes.png)
6+
![Brown note](screenshot-notes.jpg)
77

88
This app is very simple, but demonstrates creation of decoration-less windows in PyQt. Removing the window
99
decorations removes the means to drag windows around, so we must re-implement this behaviour ourselves.

paint/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ few additions (and subtractions). The programme features standard
88
tools including pen, brush, fill, spray can, eraser, text and a number of
99
shapes.
1010

11-
![Piecasso](screenshot-paint1.png)
11+
![Piecasso](screenshot-paint1.jpg)
1212

1313
You can copy from the image, with a custom shape,
1414
although pasting + floating is not supported. The canvas is a fixed size
1515
and loaded images are adjusted to fit. A stamp tool is also included
1616
which is pre-loaded with pictures of delicious pie.
1717

18-
![Piecasso](screenshot-paint2.png)
18+
![Piecasso](screenshot-paint2.jpg)
1919

2020
> If you think this example app is neat and want to learn more about
2121
PyQt in general, [take a look at my ebook & online course

solitaire/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ The classic card Solitaire (Klondike) game with a North Korean /
55
offering the same options. Built with PyQt, it uses QGraphicsScene
66
to handle the play area.
77

8-
![Ronery](screenshot-solitaire1.png)
8+
![Ronery](screenshot-solitaire1.jpg)
99

1010
The classic Solitaire win-screen is also implemented, although since
1111
the play canvas is not a bitmap it doesn't "fill up". It's still
1212
sufficiently satisfying.
1313

14-
![Ronery](screenshot-solitaire2.png)
14+
![Ronery](screenshot-solitaire2.jpg)
1515

1616
The configuration options allow for 3-draw and 1 draw styles, with 3, 5
1717
or infinite rounds.

0 commit comments

Comments
 (0)