Python random password generator
Created by
caesiumtea
This is a submission for the March Code Challenge from Codedex.io: "Create a generate_password() function that generates a random strong password." https://twitter.com/codedex_io/status/1633156195472011278
I have also decided to take up the extra challenge of solving this without using any modules or packages! It uses user input (a keyboard smash) as the basis for randomization.
Note that inputting the same string WILL result in the same password every time.