cloudgenerator 0.1.0
pip install cloudgenerator
Latest version
Released:
A safe genetator write cloudgenerator.help() to see commands
Navigation
Unverified details
These details have not been verified by PyPIMeta
- Author: NoticedCloud
- Tags python, password, token, safe
Classifiers
- Development Status
- Intended Audience
- Operating System
- Programming Language
Project description
cloudgenerator
This package is in development. If you want to contribute, you can write to this email: noticedcloud@gmail.com
.
Developed by NoticedCloud.
Generating a password
If you want to generate a password you can use generate_password()
import cloudgenerator
password = cloudgenerator.generate_password()
print(password)
Checking the safety of a passowrd
You can check the safety of a password using calculate_complexity() it will give a grade from 1 to 5
import cloudgenerator
password = cloudgenerator.generate_password()
safety = cloudgenerator.calculate_complexity(password)
print(safety.grade)
Generating a token
You can generate a token using generate_token()
import cloudgenerator
token = cloudgenerator.generate_token()
print(token)
And more :)
Project details
Unverified details
These details have not been verified by PyPIMeta
- Author: NoticedCloud
- Tags python, password, token, safe
Classifiers
- Development Status
- Intended Audience
- Operating System
- Programming Language
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
Built Distribution
File details
Details for the file cloudgenerator-0.1.0.tar.gz
.
File metadata
- Download URL: cloudgenerator-0.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 292b30beba651949ac908d8736a86741b8a14d986cc7fe016280bcacfb61a720 |
|
MD5 | 13d7c605be190602a7ce6cc4ba7f233e |
|
BLAKE2b-256 | 61a30a9c3b22438219c30271860b49fe6aac3835ddb47cc16615b08fed6cd6df |
File details
Details for the file cloudgenerator-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cloudgenerator-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cb61c402b2201de4a69ad5f372c7fd35f00f996469d2c3c6f0a6c36997d50d7 |
|
MD5 | 9d141ab1a316a486b6ce70d6931ae30d |
|
BLAKE2b-256 | 2855f674c4ab5b378e5c76e0c5396894923bedb3bf1b701b91c752b7feb094d8 |