It's never too late.
import time import pyperclip the_words = [] while True: time.sleep(0.5) if pyperclip.paste() not in the_words: print(pyperclip.paste()) the_words.append(pyperclip.paste())
沒有留言:
張貼留言