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.
- Host: GitHub
- URL: https://github.com/ecopque/cpf_validator
- Owner: ecopque
- Created: 2023-02-06T18:33:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T13:15:17.000Z (over 1 year ago)
- Last Synced: 2025-06-04T22:57:34.321Z (about 1 year ago)
- Topics: cpf-validador, python3
- Language: Python
- Homepage: https://linktr.ee/edsoncopque
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.