Clipboard history manager built with Python and Tkinter

| Feature |
Description |
| 📋 Auto capture |
Automatically saves everything you copy to clipboard |
| 🔍 Search |
Filter your clipboard history in real time |
| 📌 Pin items |
Keep important items pinned at the top |
| 🗑️ Delete & clear |
Remove individual items or clear unpinned history |
| ⌨️ Global hotkey |
Press Ctrl+Shift+V to open ClipStack from anywhere |
| 💾 Persistent history |
History saved locally and restored on restart |
| 🎨 Dark UI |
Clean dark interface |
# Clone the repository
git clone https://github.com/iarazuska/ClipStack.git
# Navigate to project folder
cd ClipStack
# Install dependencies
pip install keyboard pyperclip
# Run the app
python main.py
| Shortcut |
Action |
Ctrl + Shift + V |
Open ClipStack from anywhere |
| Technology |
Purpose |
| Python 3.12 |
Core language |
| Tkinter |
GUI framework |
| pyperclip |
Clipboard access |
| keyboard |
Global hotkey listener |