Simple password generator
Project description
pwd_generator
Description.
The package pwd_generator is used to: - Create passwords. - Can be created with special characters or not. - Can be created with upper characters or not.
Installation
Use the package manager pip to install package_name
pip install PwdGen2022
Usage
from pwd_gen import password
password.createPwd(pass_lenght, include_special, include_upper)
Where:
- pass_lenght: Sets the size of your password.
- include_special(default = False): Set to True if you want pecial characters(#,@...)
- include_Upper(default = False): Set to True if you wante uppercase latters.
Author
Hugo Milesi
License
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
PwdGen2022-0.0.0.tar.gz
(2.5 kB
view details)
File details
Details for the file PwdGen2022-0.0.0.tar.gz.
File metadata
- Download URL: PwdGen2022-0.0.0.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f0b9ed3c42f804f72c8d699a55ecba59750fd899bd571d58486ce424bbef2b0
|
|
| MD5 |
4d72c698551142ad1e6fb5c142191a4a
|
|
| BLAKE2b-256 |
ae2898187ab993aea38f0f5635c38c50ccc3017948601b221e9fee02fc573326
|