|
.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.
|