An open API service indexing awesome lists of open source software.

https://github.com/ecopque/cpf_generator

Program that generates new CPFs in accordance with the rules of the Federal Revenue of Brazil. Note: this program is not intended to create false CPFs for misuse, just for study. Note: base code for "Validador_CPF" in my repository.
https://github.com/ecopque/cpf_generator

cpf-generator python3

Last synced: about 1 year ago
JSON representation

Program that generates new CPFs in accordance with the rules of the Federal Revenue of Brazil. Note: this program is not intended to create false CPFs for misuse, just for study. Note: base code for "Validador_CPF" in my repository.

Awesome Lists containing this project

README

          

# CPF Generator

This Python script generates new CPFs in accordance with the rules of the Federal Revenue of Brazil. Please note that this program is solely intended for educational purposes and is not meant to be used for any illegal activities.

## Usage

- To generate a new CPF, simply run the script. The generated CPF will be displayed in the console.

## Note

This program serves as the foundation for the "Validador_CPF" script available in this repository. It's part of a series of scripts aimed at studying CPF validation and generation.