Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

agent47nh/thepasswordgenerator

Repository files navigation

The Password Generator

CodeQL PyTest 🐍 Publish 📦 to PyPI Publish 📦 to Test PyPI

Generate passwords more easily with complexities!

Installation

Simply run the following on your command line,

$ python3 -m pip install thepasswordgenerator
Collecting thepasswordgenerator
  Downloading thepasswordgenerator-1.0.0-py3-none-any.whl (14 kB)
Installing collected packages: thepasswordgenerator
Successfully installed thepasswordgenerator-1.0.0

If you are not able to install using pip, you can download the latest package from https://github.com/agent47nh/the-password-generator/releases or click here and install it manually.

$ python3 -m pip install thepasswordgenerator-<version>-py3-none-any.whl

Usage

Use it in your scripts like this

from thepasswordgenerator import PasswordGenerator

generator = PasswordGenerator(length=16, upper=2, 
                              lower=2, special=2, numbers=2)
print(generator.generate_password())
print(generator.generate_multiple_passwords(15))

About

Generate passwords more easily with complexities!

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages