Skip to content

Python package to generate random and customized password

Notifications You must be signed in to change notification settings

Zepolimer/pwd-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwd-generator


You can use different types of generators and define the length of your password for each of them:

  • Uppercase-only
  • Lowercase-only
  • Letter-only
  • Digit-only
  • Special character only
  • Custom : select options you want or not for you password

Installation

pip install git+ssh://git@github.com/Zepolimer/pwd-generator.git@main#pwd-generator
rm build/ pwd_generator.egg-info dist -Rf
python3 setup.py bdist_wheel
pip3 install -I dist/pwd_generator-*-py3-none-any.whl

Unittests

python3 -m unittest

About

Python package to generate random and customized password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages