Hi,
I have a file say GUI.py which on executing (F5 in IDLE) would display the GUI with some check buttons, text field.
Is there any way that the same script be invoked like a exe file.
Something like double clicking an exe.
If yes, then how do i do that?
Kindly help me in this regard.
thanks,
BK
I have a file say GUI.py which on executing (F5 in IDLE) would display the GUI with some check buttons, text field.
Is there any way that the same script be invoked like a exe file.
Something like double clicking an exe.
If yes, then how do i do that?
Kindly help me in this regard.
thanks,
BK
Comment