Skip to content

Oracleo/LinkyPinky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Linky Pinky - Link Management Application

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.

Features

  • 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.

Requirements

  • Python 3.x
  • Tkinter (Python GUI toolkit)
  • pyperclip (for copying text to clipboard)
  • webbrowser (for opening web links)
  • sqlite3 (for database management)

Installation

  1. Clone the repository to your local machine:

git clone https://github.com/your-username/linky-pinky.git

  1. Navigate to the project directory:

cd linky-pinky

  1. Run the application:

python linky_pinky.py

Usage

  1. Launch the application by running linky_pinky.py.
  2. Use the "+" button to add a new tab.
  3. Click "Paste Link" to add a link from your clipboard.
  4. Manage your links within tabs by copying, opening, or deleting them as needed.
  5. Close the application when done. Your data will be saved automatically.

Contributing

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.

License

This project is licensed under the MIT License.

About

A useful Link Manager where you can save links, and easily copy, Open and Delete Categorized links.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages