Developed a Python-based URL shortener with a user-friendly tkinter GUI. Key features include URL shortening, history management with timestamps, and clipboard integration. Implemented SQLite for storing and retrieving shortened URLs, with the latest entries displayed at the top of the table. Users can double-click table entries to copy URLs to the clipboard easily.