Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Pin Your Note

Description

Simple sticky note application for quick reminders and notes. Always-on-top functionality keeps your notes visible while you work!

Features

  • Sticky note interface
  • Always-on-top option
  • Auto-save functionality
  • Current time display
  • Multiple notes support
  • Yellow sticky note theme

Stack

  • Language: Pure Python
  • Libraries: tkinter (standard library)
  • Complexity: Beginner

Installation & Usage

python main.py

How It Works

  • Notes stay on top of other windows
  • Auto-saves to JSON file
  • Create multiple notes
  • Pin/unpin functionality

Learning Outcomes

  • Tkinter GUI basics
  • File I/O with JSON
  • Window attributes
  • DateTime handling

License

Open source for educational purposes.