کتابخانهای ساده برای تولید پسورد تصادفی در پایتون
Project description
simple_password
این یک کتابخانهی ساده برای ساخت پسورد تصادفی در پایتون است.
نحوه استفاده
from simple_password import generate_password
password = generate_password(length=12, use_uppercase=True, use_digits=True, use_symbols=True)
print(password)
پارامترها
length: طول پسورد (پیشفرض ۱۲)use_uppercase: استفاده از حروف بزرگ (پیشفرض True)use_digits: استفاده از عدد (پیشفرض True)use_symbols: استفاده از نمادها مثل @#% (پیشفرض True)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_password_gen-0.1.tar.gz.
File metadata
- Download URL: simple_password_gen-0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48b9dfdb00ff09d6ea46f70edf68f23b63423317a5678cc738432bcad7d13cb1
|
|
| MD5 |
281e3e8de89049765ab3117e33d8ef56
|
|
| BLAKE2b-256 |
11f7cb781ab02f31ff0752d0bc141d7f2fa2c88172e2207cf32e6f32263520b1
|
File details
Details for the file simple_password_gen-0.1-py3-none-any.whl.
File metadata
- Download URL: simple_password_gen-0.1-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2621844d3787d7b3e947218f9765cf3e96996a293f7b9b80e3a05e84aa477f8
|
|
| MD5 |
7263da3e73e68515ff96e23a38d1271a
|
|
| BLAKE2b-256 |
3db37c0ed05349cb0260e4eecf43f7a0ae96b7e5a97087b1ace24e813c467f74
|