Thread: python help plz
View Single Post
Posts: 102 | Thanked: 17 times | Joined on Mar 2010 @ Herne,Germany
#1
hi, I would like to make a python script to run http:// commands like
wget -q http://192.168.2.45/control/rcem?KEY_HOME

but i don't know , how can i make it, i'm not fit in python,
I would like to make buttons to click. like:

1 (command: wget -q http://192.168.2.45/control/rcem?KEY_1)
2 (command: wget -q http://192.168.2.45/control/rcem?KEY_2)
..
10 (command: wget -q http://192.168.2.45/control/rcem?KEY_10)
Red (command: wget -q http://192.168.2.45/control/rcem?KEY_RED)
Exit (command: wget -q http://192.168.2.45/control/rcem?KEY_HOME)

etc.

how can i make that??
a little help start , would be nice..

Last edited by bonkel; 2010-05-14 at 18:34.