Assuming you are running Windows - either:
python "D:\\Folder name\\Project name\\src\\module name.py"
Or:
python "D:/Folder name/Project name/src/module name.py"
Your choice is basically.
Rules for Windows file names:
Backslashes, \
must be escaped by doubling to \\
must spaces inside double quotes "like this", and some others must be escaped, and the extension does , so give it.
source share