ClipTrace is a modern clipboard logger with a smooth GUI built using Python and CustomTkinter. It runs silently in the background, capturing everything you copyβand displaying it in a clean, searchable window with timestamps, clipboard history, and a "copy again" feature.
- π Live clipboard tracking (text-based)
- π Timestamped entries with search functionality
- πΎ Local clipboard log file (
clipboard_log.txt
) - π "Copy again" buttons for past entries
- π‘ CustomTkinter GUI with dark mode styling
- π§ Minimal, clean, and easy to use
- Python 3.10+
- pip
- Clone the repo:
git clone https://github.com/sdcat404e/cliptrace.git
cd cliptrace
pip install customtkinter pyperclip
python cliptrace.py