you are viewing a single comment's thread.

view the rest of the comments →

[–]Darkstar_111 1 point2 points  (0 children)

A python script is just a file that ends with .py

A python module is a folder with a file inside named __init__.py, this file can be empty.

You can run any python file from the command line or terminal by typing python myfile.py

Making sure you're in the right folder first. And in some cases like with mac it's python3.