Skip to content

guugimeness/cpf-generator-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpf-generator-validator

About

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.

Visuals

Image

Image

Installation

# 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

Tech Stack

The following tools were used in the construction of the project:

License

This project is under the license MIT

Status: 50% (Validation part is missing)

About

Executable that generates and also verifies CPF numbers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages