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.
- Track clipboard history with timestamps
- Copy selected clipboard entries back to the clipboard
- Clear clipboard history
- Simple and intuitive graphical user interface
- Python 3.x
tkinter
(included in the standard Python distribution)pyperclip
-
Clone the repository:
git clone https://github.com/exampleex/clipboard-manager.git cd clipboard-manager
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the application:
python clipboard_manager.py
-
A window will open displaying the clipboard history. The application will automatically check for new clipboard entries every second.
-
Use the "Copy Selected" button to copy a selected item back to the clipboard.
-
Use the "Clear History" button to clear the clipboard history.
clipboard_manager.py
: The main application script.requirements.txt
: List of required Python packages.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
- exampleex(chatch.ai) - (https://github.com/exampleex)