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.
- Host: GitHub
- URL: https://github.com/ecopque/cpf_generator
- Owner: ecopque
- Created: 2023-02-06T19:35:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T21:27:35.000Z (over 1 year ago)
- Last Synced: 2025-03-22T01:35:45.725Z (over 1 year ago)
- Topics: cpf-generator, python3
- Language: Python
- Homepage: https://linktr.ee/edsoncopque
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.