Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vidgenerator-0.0.2.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

vidgenerator-0.0.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page