#pwgenerator
pwgeneratoris a Python library for generating password of the user defined length.
Use the package manager pip to install pwgenerator.
pip install pwgenerator
OR, in case of failure
python -m pip install pwgenerator
import pwgenerator
#returns 'Generated password with 10 characters' and
#returns "Something went wrong if any error occured.
pwgenerator.generatepass(10)
pwgenerator.CountChar("String")
## Contributing
Pull requests are welcome.