Linky Pinky is a simple and intuitive link management application built using Python and Tkinter. It allows users to organize and store their favorite links efficiently. With features such as tabbed browsing, link copying, link opening, and link deletion, Linky Pinky provides a convenient way to manage your collection of links.
- Tabbed Interface: Organize your links into different tabs for better categorization.
- Copy Link: Easily copy the URL of any link with a single click.
- Open Link: Open the URL of any link in your default web browser.
- Delete Link: Remove unwanted links from your collection effortlessly.
- User-Friendly Interface: Intuitive design and simple controls make it easy to use for everyone.
- Python 3.x
- Tkinter (Python GUI toolkit)
- pyperclip (for copying text to clipboard)
- webbrowser (for opening web links)
- sqlite3 (for database management)
- Clone the repository to your local machine:
git clone https://github.com/your-username/linky-pinky.git
- Navigate to the project directory:
cd linky-pinky
- Run the application:
python linky_pinky.py
- Launch the application by running
linky_pinky.py. - Use the "+" button to add a new tab.
- Click "Paste Link" to add a link from your clipboard.
- Manage your links within tabs by copying, opening, or deleting them as needed.
- Close the application when done. Your data will be saved automatically.
Contributions are welcome! If you have any ideas for new features, improvements, or bug fixes, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.