Skip to content

With this module, user can generate desired password with random characters.

License

Notifications You must be signed in to change notification settings

Pramod058/password_generator_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#pwgenerator

pwgeneratoris a Python library for generating password of the user defined length.

Installation

Use the package manager pip to install pwgenerator.

pip install pwgenerator

OR, in case of failure

python -m pip install pwgenerator

Usage

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. 

About

With this module, user can generate desired password with random characters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages