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 dogenerate()
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
💻 GitHub
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file pyPWD-1.0.0.tar.gz.
File metadata
- Download URL: pyPWD-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.55.0 CPython/3.9.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fb00f40e26234c85f82823dc3da15d256efbc933b99850f4aa7eac32f0fd73e
|
|
| MD5 |
bd9779cfaa761cbecabb4806197d5327
|
|
| BLAKE2b-256 |
efc5799afa5e459b9217fce37988b876e5adcd23d03c20a1ab14de56b2fec5fc
|