Quote:
Originally Posted by ATDrake
.py scripts are regular scripts that you run on the command-line.
.pyw scripts are "python widgets", which means you can double-click to open them, and a window with buttons you can press to select stuff and do actions will show up, just like a mini GUI app.
|
Thanks for that. So can I just change the .py to .pyw and have it work?