Files
pythonguis-examples/notepad/README.md
2019-05-28 00:11:53 +02:00

10 lines
446 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# No2Pads — A Notepad clone in PyQt
A very simple notepad clone using the QTextEdit widget to handle more or less
everything. Supports file loading, saving and printing.
![No2Pads](screenshot-notepad.jpg)
> If you think this app is neat and want to learn more about
PyQt in general, take a look at my [free PyQt tutorials](https://www.learnpyqt.com)
which cover everything you need to know to start building your own applications with PyQt.