Random Password Generator
Used in-built python library, random.
Open command prompt(cmd) in Windows OS and execute the following:
python password_generator.py
Try changing the length in 'password_generator.py'. For a strong password, the recommended length is 15 or above.