Skip to main content

Random PESEL number generator

Project description

Random PESEL

Random PESEL number generator.

PESEL is the national identification number used in Poland.

Instalation

pip3 install random-pesel

Usage

from random_pesel import RandomPESEL
pesel = RandomPESEL()

# Generate random PESEL number
pesel.generate()

# Generate random male PESEL number
pesel.generate(gender='m')

# Generate random female PESEL number
pesel.generate(gender='f')

# Generate random PESEL number with min age defined
pesel.generate(min_age=18)

# Generate random PESEL number with max age defined
pesel.generate(max_age=30)

Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

random-pesel-1.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

random_pesel-1.0-py3-none-any.whl (3.7 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