A lightweight and simple sticky note app built with Tkinter.
Supports multiple windows, always-on-top mode, and auto-save functionality.
Perfect for taking notes while watching full-screen videos!
- Frameless sticky-note style UI
- Multiple memo windows
- Toggle always-on-top
- Drag to move and resize
- Auto-save with restore on restart
python main.py- Ctrl + O : Open file
- Ctrl + S : Save file
- Ctrl + T : Toggle always-on-top
- Ctrl + N : Open new memo window
- Ctrl + Q : Close window (or exit app if root)
- Ctrl + Shift + H / Z : Show(Windows only) / Hide all windows
- Drag (text area) : Move window
- Drag bottom-right : Resize window
- Click top-right : Close window
- Right Click : Setting menu
- Control - Click on URL-text : Open link
The first window opened (marked with a folded corner) is treated as a root window.
- Automatically saved to
autosave_0.txt - Restored when the app restarts
- Settings are automatically saved to
config.json.
autosave_0.txt, as it will be overwritten.
- Python 3.x
pip install keyboardUI customization (colors, fonts)Linux version- Toggle visibility of control panels
- Configurable auto-save
Download the latest version from the Releases page
The executable requires easysticky.ico to be in the same directory.
This project is licensed under the MIT License.

