To run Python scripts with the python command, you need to open a command-line and type in the word python , or python3 if you have both versions, followed by the path to your script , just like this: $ python3 hello.py Hello World!
Read moreHow do I run a Python script in kivy?
Kivy is a platform-independent GUI tool in Python. It can run on Android, IOS, Linux and Windows, etc.
Read more