mirror of
https://github.com/pythonguis/pythonguis-examples.git
synced 2025-01-13 16:42:55 +08:00
...
This commit is contained in:
parent
72552cf075
commit
7352f1ea21
20
README.md
20
README.md
@ -4,6 +4,16 @@ 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.
|
||||
|
||||
## Want to build your own apps?
|
||||
|
||||
> If you think these apps are 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.
|
||||
|
||||
You can also find more PyQt articles, tutorials and projects
|
||||
[on my website](http://martinfitzpatrick.name/tag/pyqt).
|
||||
|
||||
## The apps
|
||||
|
||||
1. [Web Browser (untabbed)](browser/) - "MooseAche"
|
||||
@ -22,16 +32,6 @@ which you can poke, hack and prod your way to writing your own tools.
|
||||
1. [Currency converter](currency/) - "Doughnut" (PyQtGraph)
|
||||
1. [Solitaire](solitaire/) - "Ronery" (QGraphicsScene)
|
||||
|
||||
## Want to build your own apps?
|
||||
|
||||
> If you think these apps are 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.
|
||||
|
||||
More articles, tutorials and projects using PyQt can be
|
||||
found [on my site](http://martinfitzpatrick.name/tag/pyqt).
|
||||
|
||||
## License
|
||||
|
||||
All code is **licensed under an MIT license**. This allows you to re-use the code freely,
|
||||
|
Loading…
x
Reference in New Issue
Block a user