Dear All,
I python program which print "Hello World".
I want to run this program in 100 system.
I dont want to copy and run this script. I want to make .deb package which is easy to install by gui double click itself.
Is this possible ?, If yes, how to do.
PS: I am not using glade and quickly.
It's plain script python file, which will do some automation.say like text processing.
So I no need gui. but the python script should be installable one as like deb/exe.
Thanks in advance.