An open API service indexing awesome lists of open source software.

https://github.com/peulearning/find_me


https://github.com/peulearning/find_me

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Consultar CEP

# Como rodar esse script na sua máquina:

1. Baixar o projeto na sua máquia.

```bash
git clone https://github.com/peulearning/find_me.git
```

2. Entrar na pasta do projeto.

```bash
cd ~/CEP
```

3. Instalar as dependências.

```bash
sudo pip3 install -r requirements.txt ( se na sua máquina não tiver os req )
```

4. Finalmente rodar o script.

```bash
python3 app.py
```