This is my first post so first of all i want to greet everyone who collaborates in this forum. I've been reading threads for some time and it's amazing how much help you bring
I'm striving with my first python program, i have already tried some simple things succesfully, but I can't simulate keypresses.
I've installed keypress1.06.sis I have tried calling libraries like key_modfiers or keypress.py but I keep getting errors like Ekey1 is not defined
Could someone give me a simple example on how to simulate a keypress?
I'm sorry if my question is to vague I just don't still have enough experience as to give more information
thanks in advance
EDIT:
this is the code I'm trying
Code:import sys sys.path.append("E:\\") import keypress import key_modifiers keypress.simulate_key(EKey1,EKey1)



Reply With Quote




