Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 279 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 279 Bytes

clipboardToTxt.py

  • This code constently checks if anything new has been copied to the clipboard, just run the code once and it will save everything you copy to a .txt file called clipboard.txt

  • You will need to install the pyperclip modual using >>> pip install pyperclip