vmeazevedo / Postal_Address_Finder

Address finder through CEP using Viacep and json API.  

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localizador de endereço por CEP.

Requerimentos

  • Python3
  • pip

Como rodar o programa

pip install -r requirements.txt
python main.py

A aplicação realiza uma busca através da API da Viacep em uma base de dados e retorna as informações de rua, bairro, cidade e estado através do CEP fornecido.

Exemplo de funcionamento do código:

cep_new

Address finder by zip code.

The application performs a search through the Viacep API in a database and returns street, neighborhood, city and state information via the provided zip code.

Requirements

  • Python3
  • pip

How to run

pip install -r requirements.txt
python main.py

Example of code operation:

cep_new

About

Address finder through CEP using Viacep and json API.  

License:GNU General Public License v2.0


Languages

Language:Python 100.0%