0

Information I have come across related to this question has been for macs. Just trying to detect mouse clicks in order to trigger other processes.

Thank you for your time.

Bryan Oakley
  • 370,779
  • 53
  • 539
  • 685
  • You can see a few stuff about that here https://stackoverflow.com/questions/165495/detecting-mouse-clicks-in-windows-using-python – Morb Jun 28 '17 at 06:52
  • Thank you for your link. I now see I need pyhook. Something I was hoping to avoid since ill be lucky enough to get pip on my work computer, and pyhook cannot be installed with pip. Thank you again good sir. – user6373237 Jun 28 '17 at 14:26
  • mouse events will only work in tkinter when tkinter has the focus. If you need events that are outside the bounds of the tkinter program then you're going to need to use something platform specific. – Bryan Oakley Jun 28 '17 at 18:42

0 Answers0