PassGen
PassGen copied to clipboard
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
I'm getting the following error "SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? " I'm not sure it could be an installation issue. Could you provide a step by step guide to install the repo
File "/home/kali/PassGen/passgen.py", line 14 print password ^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?