pyFBIG is a Python package that generates fake data for you.
Project description
PyFBIG (Python - Fake Brazilian ID Generator)
PyFBIG is a package that generates fake data for you. Do you need to test something with Brazilian identification such as RG, CPF, Driver's License, CRM, COREN, etc.? PyFBIG is for you.
How to use
Install
pip install pyFBIG
Examples:
from pyFBIG import FakeID
fake = FakeID()
cpf = fake.cpf()
print(cpf)
# 163.710.406-50
rg = fake.rg()
print(rg)
# MG86103044
crm = fake.crm()
print(crm)
#
About the project
It is still in the prototyping and development phase. Feel free to contribute and suggest improvements.
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
pyFBIG-0.0.2.tar.gz
(4.7 kB
view hashes)