ToddW

Results 4 comments of ToddW

I have tried the code posted by `WillTWinter` (OP), and I also receive the same error. It is not an M1 issue. I am on an Intel CPU testing via...

I have modified the original code by OP. It is running without throwing an error. ```python #!/usr/bin/env python3 #!python3 import pynput import time import tkinter as tk import string def...

So a similar approach solved my problem as well. I've simplified my code as much as possible to demonstrate the same functionality. How to use it. Run the script. Open...

I figured out my own question. So much code and learning in one day. From how I understand it, tkinter (GUI) and the pynput keyboard controller both run on the...