CPF generator and validator project intended to help students, programmers, analysts and testers. I used PySide6 for the GUI and the logic used to create CPF numbers.
Warning: The misuse of data generated here is the sole responsibility of the user.
# Clone this repository
$ git clone https://github.com/guugimeness/cpf-generator-validator.git
# Access the project folder in your terminal
$ cd cpf-generator-validator
# Create and activate your virtual environment
$ python3 -m venv venv
$ source venv/bin/activate
# Install the dependencies using pip
$ pip install -r requirements.txt
# Use PyInstaller to create the calculator executable
$ pyinstaller Gerador\ e\ Validador\ -\ CPF.spec
# The application will be created in /dist
The following tools were used in the construction of the project:
This project is under the license MIT