2018-02-10 14:01:27 +01:00
|
|
|
# 15 Minute Apps
|
2018-02-09 23:10:03 +01:00
|
|
|
|
2018-02-10 14:01:27 +01:00
|
|
|
A collection of 15 small (minute) desktop applications written in Python
|
2018-02-09 23:10:03 +01:00
|
|
|
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 find these apps interesting, or 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)
|
2018-02-10 14:01:27 +01:00
|
|
|
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).
|
2018-02-09 23:10:03 +01:00
|
|
|
|
|
|
|
|
|
|
|
All code is **licensed under an MIT license**. This allows you to re-use the code freely,
|
|
|
|
remixed in both commercial and non-commercial projects. The only requirement is that you must
|
|
|
|
include the MIT license file when distributing.
|
|
|
|
|
|
|
|
## Completed
|
|
|
|
|
|
|
|
1. Web Browser (untabbed) - "MooseAche"
|
|
|
|
1. Web Browser (tabbed) - "Mozzarella Ashbadger"
|
|
|
|
1. Minesweeper - "Moonsweeper"
|
|
|
|
1. Notepad - "No2Pads"
|
|
|
|
1. Calculator - "Calculon" (QtDesigner)
|
|
|
|
1. Word Processor - "Megasolid Idiom"
|
|
|
|
1. Webcam/Snapshot - "NSAViewer"
|
|
|
|
1. Media Player - "Failamp"
|
|
|
|
1. Post-it Notes - "Brown Note" (QtDesigner)
|
|
|
|
|
|
|
|
## In progress
|
|
|
|
|
|
|
|
1. Paint - "Piecasso" (QtDesigner)
|
|
|
|
1. Translator - "Babelvis" (QtDesigner)
|
|
|
|
|
|
|
|
## Up next
|
|
|
|
|
|
|
|
1. Solitaire - "Ronery"
|
|
|
|
1. Unzip - "7Pez" (QtDesigner)
|
|
|
|
1. Address Book - "PeepKeep" (QtDesigner)
|
|
|
|
1. RSS Reader
|
|
|
|
|
|
|
|
## Maybe oneday
|
|
|
|
|
|
|
|
1. Photo Gallery - "PeepPeek"
|
|
|
|
1. Vector Graphics - "Madcap Artisan"
|
|
|
|
1. Email - "GeeMail"
|
|
|
|
1. IRC - "kIRC"
|
|
|
|
1. Sound Editor
|
|
|
|
1. (Audio) Spectrum Analyzer
|
|
|
|
1. IM (Jabber)
|
|
|
|
1. FTP
|
|
|
|
1. Weather
|
|
|
|
1. Finance/Stocks
|
|
|
|
1. Process Explorer
|
|
|
|
1. Internet Radio
|