Skip to content

anekobtw/clipboard-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clipboard Manager

A simple Python application built using customtkinter that allows users to manage their clipboard history. It captures copied text and stores it in a list, providing options to insert or delete items from the clipboard history.

Quick start

  1. Clone the repository:
$ git clone https://github.com/anekobtw/clipboard-manager.git
  1. Install dependencies:
$ pip install -r requirements.txt
  1. Run the application
$ python clipboard.py
  1. Press Ctrl + C to capture text copied to the clipboard.

  2. Press Win + V to toggle the visibility of the Clipboard Manager window.

  3. Use the "Insert" button to insert selected text from the clipboard history.

  4. Use the "Delete" button to remove selected text from the clipboard history.

Acknowledgements

  • customtkinter - A modern and customizable python UI-library based on Tkinter
  • keyboard - Hook and simulate global keyboard events on Windows and Linux.
  • pyperclip - Python module for cross-platform clipboard functions.

Contributing

Contributions are always welcome! If you have any suggestions, feature requests, or bug reports, please feel free to open an issue on the GitHub repository.

Licence

Copyright © 2024 anekobtw.
This project is MIT licensed.