danbsolo / StickyNoteWidget

Desktop stickyNotes.
1 stars 0 forks source link
python sticky-notes tkinter

StickyNoteWidget

A virtual stickyNote placed on the desktop.
Uses Python, TKinter, Pillow, and SQLite.

Basic example of StickyNoteWidget in action


Features

Autosaves Any Change

Use StickyNoteHub Buttons or Right Click Menu

Create or Delete stickyNotes

Change Attributes

Color

Font Family / Size (ctrl +/-)

Title

Holistic View


How to Install

  1. Ensure Python and TKinter are installed. TKinter is included in all standard Python distributions.
  2. (Optional) Install Pillow library. Forgoing this library, the application will still function properly but StickyNoteHub will not have button icons.
  3. Either download and extract StickyNoteWidget.zip OR download StickyNoteWidget.pyw. The zip file includes all button icons, whereas the standalone Python file does not.
  4. Execute StickyNoteWidget.pyw.
  5. Enjoy!


What's New?

Old Changes

Old Changes (before SQLite)