Simple sticky note application for quick reminders and notes. Always-on-top functionality keeps your notes visible while you work!
- Sticky note interface
- Always-on-top option
- Auto-save functionality
- Current time display
- Multiple notes support
- Yellow sticky note theme
- Language: Pure Python
- Libraries:
tkinter(standard library) - Complexity: Beginner
python main.py- Notes stay on top of other windows
- Auto-saves to JSON file
- Create multiple notes
- Pin/unpin functionality
- Tkinter GUI basics
- File I/O with JSON
- Window attributes
- DateTime handling
Open source for educational purposes.