Issue
I want to clear my clipboard after copying stuff. Is this possible?
I tried using clipboard and paperclip, but they don't have clear methods. https://pypi.org/project/pyperclip/#description
Solution
You can just copy an empty string: pyperclip.copy('')
Answered By - vencaslac
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.