Skip to main content

A simple password generator

Project description

pyPWD

A simple password generator

Info

Passwords are generated in this format: (LETTERS) (SYMBOL) (NUMBERS)

Usage:

import pyPWD
PyPWD.generate(letter_length, special_character, number_length)

Example:

simple code to generate 12 letters, a symbol, and 12 numbers

Code:

import pyPWD

password = pyPWD.generate(12, '@', 12)
print(password)

you can also do

from pyPWD import generate

to make it easier.

Remember that instead of pyPWD.generate(), you should do generate()

Output:

This code will generate something like this:

OhvkpUYMUMaR@553339954271

in the format of LETTERS, then a SYMBOL, followed by a string of NUMBERS

Inbuilt help feature

import pyPWD

pyPWD.help()

Prints a short help message

Credits

made by HYKANTUS.

🌐 Website

📺 YouTube

📷 InstaGram

💻 GitHub

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyPWD-1.0.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page