- The CPF generator generates random and mathematically valid numbers. The CPF validator is based on the Federal Revenue's algorithm to verify the validity of a CPF number only by the number informed.
git clone https://github.com/Vrag404/CPF-Manager/
- Just run "cpf_generator.py" and a menu will appear, if you want the CPF to be generated with punctuation, use the letter 'f' if you want without punctuation 'w'. To check if it is valid, use "cpf_validator.py".
- O gerador de CPF gera números aleatorios e válidos matematicamente. Já o validador de CPF se baseia no algoritmo da Receita Federal para verificar a validade de um número de CPF somente pelo número informado.
git clone https://github.com/Vrag404/CPF-Manager/