Posts by Davi • 11 points
1 post
-
1
votes4
answers6351
viewsA: How do I capture each key typed in python
Really the Keyboard library works for python 2x and 3x. https://pypi.org/project/keyboard/ After installing, 'and only import and use the method Keyboard.Wait(keyboard) and be happy implementing…