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

https://github.com/ecopque/cpf_validator

Program that validates the CPF in accordance with the rules of the Federal Revenue of Brazil. Note: this program is not intended to create false CPFs, only to validate based on mathematical rules in accordance with the responsible body.
https://github.com/ecopque/cpf_validator

cpf-validador python3

Last synced: 8 days ago
JSON representation

Program that validates the CPF in accordance with the rules of the Federal Revenue of Brazil. Note: this program is not intended to create false CPFs, only to validate based on mathematical rules in accordance with the responsible body.

Awesome Lists containing this project

README

          

# CPF Validator

This program validates CPF (Cadastro de Pessoas Físicas) numbers according to the rules established by the Brazilian Federal Revenue. It ensures that the CPF provided is valid by applying mathematical rules in compliance with the regulations set by the responsible authorities.

## Usage:

- Enter a CPF number when prompted.
- The program will verify if the CPF is valid based on its mathematical structure.

## Note:

This program is designed solely for validation purposes and does not generate or create false CPFs. It strictly adheres to the rules defined by the Federal Revenue of Brazil.