paint: Implement polygon copy using mask.
This commit is contained in:
10
README.md
10
README.md
@@ -1,15 +1,17 @@
|
||||
# Minute Apps
|
||||
# 15 Minute Apps
|
||||
|
||||
A collection of minute (small) desktop applications written in Python
|
||||
A collection of 15 small (minute) desktop applications written in Python
|
||||
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)
|
||||
which covers everything you need to know to get you programming with PyQt.
|
||||
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).
|
||||
|
||||
Write-ups of these apps, including design explanations and walkthroughs, can be found [on my site]().
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user