Skip to content

Generate a strong and random password with variable length through the command line interface

License

Notifications You must be signed in to change notification settings

kolo-vrat/pwmaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pwmaker

Helps you generate a strong and random password with variable length through the command line interface.

Installation

Install through pip:

pip install pwmaker

Usage

To use the password generator use the command pwmaker in the terminal. Passwords can be customized with these options:

  • -l LENGTH : The length of the password. Default is 10.
  • -n NUMBERS : Digit characters where NUMBERS is the total quantity.
  • -u : Include uppercase characters in the password.
  • -s SPECIAL : Special characters where SPECIAL is the total quantity.
pwmaker -l 16 -u -n 4 -s 2

License

pwmaker is released under the MIT license. See LICENSE for details.

About

Generate a strong and random password with variable length through the command line interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages