13 lines
661 B
Markdown
Raw Normal View History

# Brown Note — A desktop Post-it note application in PyQt
Take temporary notes on your desktop, with this floating-note app. Notes
are stored locally in a SQLite database.
2018-02-19 20:34:51 +01:00
![Brown note](screenshot-notes.jpg)
2018-02-19 20:30:10 +01:00
This app is very simple, but demonstrates creation of decoration-less windows in PyQt. Removing the window
decorations removes the means to drag windows around, so we must re-implement this behaviour ourselves.
> 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.