Add more README.md for calculator, currency, minesweeper.

This commit is contained in:
Martin Fitzpatrick
2018-02-19 17:11:17 +01:00
parent d28e747616
commit 1596e82b9d
3 changed files with 83 additions and 0 deletions

11
calculator/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Calculon - A desktop calculator in PyQt
A simple calculator application implemented in Python using PyQt. The UI was designed in Qt Designer and the
calculator operations are implemented using simple stack-based logic.
!(Calculon)[screenshot-calculator.png]
> 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.