# password generate Generate random passwords. Password is written to stdout and copied to the windows clipboard. Place both scripts somewhere in your `%PATH%` on Windows, then execute `pw ``` e.g. ``` ./pw.py 32 ``` ### vim Shortcut ``` let pwcmd = 'cmd.exe /c "python C:\\Tools\\pw.py 10" |tr -d "\\n"|tr -d "\\r"' :nmap "=system(pwcmd)p :imap =system(pwcmd) ```