Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ADDED Clipboard Manager #495

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Yogeshkarma wants to merge 2 commits into DhanushNehru:main
base: main
Choose a base branch
Loading
from Yogeshkarma:main
Open

Conversation

@Yogeshkarma
Copy link

@Yogeshkarma Yogeshkarma commented Oct 6, 2025

PR Title

Clipboard Manager: Added GUI and Clipboard History Feature

Summary

Added a full GUI for the Clipboard Manager that monitors clipboard text in real-time and stores it in a history file. Users can view, scroll through, and clear clipboard history from the interface.

Description

This update introduces a Tkinter-based GUI for the Clipboard Manager. The program now continuously monitors the system clipboard in a background thread and saves any new text entries to a persistent history file (clipboard_history.txt). Users can see the clipboard history in a scrollable text area and clear it with a button. The GUI updates are thread-safe, preventing freezing during clipboard monitoring.

The changes are as follows:

  • Added a Tkinter GUI for viewing and managing clipboard history.
  • Implemented real-time clipboard monitoring using pyperclip and threading.
  • Added persistent storage of clipboard history in a text file.
  • Added a "Clear History" button to delete entries from the GUI and file.
  • Limited the maximum number of history lines to 1000 (configurable).

Checks

in the repository

  • Made no changes that degrade the functioning of the repository
  • Gave each commit a better title (unlike updated README.md)

in the PR

  • Followed the format of the pull_request_template
  • Made the Pull Request in a small level (for the creator's welfare)
  • Tested the changes you made

Thank You,

[Yogesh Vishwakarma]

This script monitors the clipboard for changes and saves the clipboard history to a file. It also provides a GUI to display the history and clear it when needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /