I am running command-line Python scripts from the Windows taskbar by having a shortcut pointing to the Python interpreter with the actual script as a parameter.
Afte
On windows 10 insert at beggining this:
#!/usr/bin/env python # -*- coding: utf-8 -*-
Strange, but it work for me!(Together with input() at the end, of course)