0

I'm trying to create a basic translator program with DeepL API that automatically translates what is on the clipboard, rather than having to run it everytime I decide to copy something new.

I've tried googling a solution but all I can find is how I can paste whatever is in my clipboard, which is just half of what I need.

SuperStormer
  • 4,997
  • 5
  • 25
  • 35
  • 2
    Unfortunately not, I'm not sure how to describe it properly but I want my program to automatically run whenever I copy anything new. If I'm understanding that correctly, that's just how I can use the contents of my clipboard but every time I want to translate something new, I would need to manually run it again – Zanadukhan Dec 24 '22 at 23:42
  • Check out https://medium.com/@prashantgupta24/how-to-create-your-own-clipboard-manager-using-python-and-tkinter-e693aa27fffc. He created his personal clipboard using tkinter. – Jim Robinson Dec 24 '22 at 23:47
  • 1
    For win32: https://abdus.dev/posts/monitor-clipboard/ – GordonAitchJay Dec 24 '22 at 23:59

0 Answers0