short summary:
I am trying to create a program that will send keyboard events to the computer that for all purposes the simulated events should be t
def keyboardevent(): keyboard.press_and_release('a') keyboard.press_and_release('shift + b') keyboardevent()