Skip to content

MarbleDevs/passwordgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

passwordgen

Generate secure passwords to your liking!

Features

You can set the number of passwords you would like to generate

If you would like to change the number of characters for the password update the 21 (default)

password = ''.join(secrets.choice(characters) for _ in range(21))

Installation & Running

git clone https://github.com/MarbleDevs/passwordgen
pip install secrets
py passwordgen.py

Make sure you are running your console as administrator or pip might not work

Attention!

If you use the create passwords infinitely option you computer might run out of space easily

This program runs at ~1000 kbps of passwords

About

Generate secure passwords to your liking!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages