Making a simple username and password generator in Python
In this tutorial, I am making a basic username and password generator in Python
Notes
I am going to be putting this all into a class called gen and you need to import the random module.
import random
class gen():
...
Generating the password
Generatin...
colej.net3 min read
Anuoluwapo Balogun
Data Storytelling
Nice 👏🏽