ID generator
Project description
This lib will help you to generate id for you
ID Generator
A package used to generate random ids of variable lengths and types.
How to use
After installing the package use following import:
from idgenerator import generate_password,generate_guid,generate_credit_card_number, generate_pin_number, generate_object_id
Then use following commands:
password = generate_password(length= 'your_desired_length')
guid = generate_guid()
credit_card_number = generate_credit_card_number(length='your_desired_length')
pin = generate_pin_number(length='your_desired_length')
objid = generate_object_id()
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
File details
Details for the file vidgenerator-0.0.2.tar.gz
.
File metadata
- Download URL: vidgenerator-0.0.2.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 38f55b6f5b4ddc9c271c76e99020c5b67362842b5b44892583d6efe9c93f9235 |
|
MD5 | 22ec2e711b0ac1d2e0f437836fd9294f |
|
BLAKE2b-256 | 5abaaa26dc46474b0ef7713374b90689e7f5d0c7547cbad5504934abcb66e822 |
File details
Details for the file vidgenerator-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: vidgenerator-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f314a744d9d4f6b8f72c760aaf9bf44cc80a9192c4fa4adb80c97581b715d3e |
|
MD5 | 2529b8c5286fae9b2cd6aacfa6e9c346 |
|
BLAKE2b-256 | 807a2b4978e22cec0fb3865be2cab881637555bfbd5c5262729c3bcc086e068e |