Name: Anonymous 2011-01-02 21:28
How would you make Python press a button? What would you have to type to get the program to "activate" a keyboard button.
like
if input()=='y':
output()= press key (g)
or something like that although obviously the ouput() parts don't exist in Python. Also on that ntoe does anyone know any Python simple syntax dictionaries, IDLE's built in one kinda sucks.
like
if input()=='y':
output()= press key (g)
or something like that although obviously the ouput() parts don't exist in Python. Also on that ntoe does anyone know any Python simple syntax dictionaries, IDLE's built in one kinda sucks.