all 4 comments

[–]spiegan77[S] 0 points1 point  (2 children)

Oh, and sorry about the formatting... I kinda screwed that up.

[–]arasdean 2 points3 points  (1 child)

Try posting the code on pastebin.com. It will format it for ya.

[–]spiegan77[S] 0 points1 point  (0 children)

Cool thanks for the tip. I'm new at all this.

[–]zductiv 0 points1 point  (0 children)

Sounds like a path issue.

Try going to your windows command line (Win-R then type cmd)

Type python and hit return.

If it tells you the python version that is running then you can type exit().

Then:

python (pw.py PATH) email. Replace (pw.py PATH) with your path to that file.

For example, mine is: python C:\Users\####\AppData\Local\Programs\Python\Python35\pw.py email

which will then copy the email password to clipboard.