Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard Manager

A simple clipboard manager application built with Python using tkinter for the GUI and pyperclip for clipboard access. This application allows you to keep track of your clipboard history, copy selected items back to the clipboard, and clear the clipboard history.

Features

  • Track clipboard history with timestamps
  • Copy selected clipboard entries back to the clipboard
  • Clear clipboard history
  • Simple and intuitive graphical user interface

Requirements

  • Python 3.x
  • tkinter (included in the standard Python distribution)
  • pyperclip

Installation

  1. Clone the repository:

    git clone https://github.com/exampleex/clipboard-manager.git
    cd clipboard-manager
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    python clipboard_manager.py
  2. A window will open displaying the clipboard history. The application will automatically check for new clipboard entries every second.

  3. Use the "Copy Selected" button to copy a selected item back to the clipboard.

  4. Use the "Clear History" button to clear the clipboard history.

Files

  • clipboard_manager.py: The main application script.
  • requirements.txt: List of required Python packages.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any changes.

Author

About

A clipboard manager app with Python is a practical project that involves using libraries for accessing the clipboard and creating a graphical user interface (GUI).

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages