42 lines
1.7 KiB
Markdown
Raw Normal View History

# 15 Minute Apps
2018-02-09 23:10:03 +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 think this example app is neat and want to learn more about
2018-02-09 23:10:03 +01:00
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).
2018-02-09 23:10:03 +01:00
## The apps
1. [Web Browser (untabbed)](browser/) - "MooseAche"
1. [Web Browser (tabbed)](browser_tabbed/) - "Mozzarella Ashbadger"
1. [Minesweeper](minesweeper/) - "Moonsweeper"
1. [Notepad](notepad/) - "No2Pads"
1. [Calculator](calculator/) - "Calculon" (QtDesigner)
1. [Word Processor](wordprocessor/) - "Megasolid Idiom"
1. [Webcam/Snapshot](camera/) - "NSAViewer"
1. [Media Player](mediaplayer/) - "Failamp"
1. [Post-it Notes](notes/) - "Brown Note" (QtDesigner)
1. [Paint](paint/) - "Piecasso" (QtDesigner)
1. [Unzip](unzip/) - "7Pez" (QtDesigner)
1. [Translator](translate/) - "Translataarrr" (QtDesigner)
1. [Weather](weather/) - "Raindar" (QtDesigner)
2018-02-17 12:20:16 +01:00
1. [Currency converter](currency/) - "Doughnut" (PyQtGraph)
1. [Solitaire](solitaire/) - "Ronery" (QGraphicsScene)
2018-02-09 23:10:03 +01:00
2018-02-19 02:41:47 +01:00
## License
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 to
include the same license when distributing.
2018-02-19 02:41:47 +01:00
## Other licenses
Icons used in the applications are by [Yusuke Kamiyaman](http://p.yusukekamiyamane.com/).