I am trying to create a simple password generator using python, it reads a pattern you feed in the following format, A for uppercase character, a for lower case ones, $ for a number and # for a symbol. The pattern is to be given via a command line argument and output given back by [...]
The post Blank output from my password generator script appeared first on BlogoSfera.