I\'m using python 3.8 and pynput 1.7.2
This is my code.
import pynput import time time.sleep(5) pynput.keyboard.press("a")
T