llyram / locksmithy

Locksmith is a simple password generator tool that generates strong, random passwords with various options for customization.
https://pypi.org/project/locksmithy/
MIT License
1 stars 0 forks source link

Separate main file into generator and cli #1

Open llyram opened 1 year ago

llyram commented 1 year ago

separate the main locksmith.py file into two separate files

where locksmith.py handles the actual password generation and cli.py handles the command line arguments

Cry-Tokyo commented 1 year ago

2