7 lines
93 B
Python
Raw Normal View History

2024-02-08 12:54:42 -08:00
#!/usr/bin/env python3
import pyperclip
pasted_text = pyperclip.paste()
print(pasted_text)