Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 772 Bytes

File metadata and controls

45 lines (29 loc) · 772 Bytes

Overview

  • Examples scripts python 3

Sumary

How to Setup

first clone or download the repository

git clone https://github.com/tauasilva/scriptsPython.git

After that you can install the dependencies by executing the following command in the root folder of the project

pip install -q requests

Development Mode

Run the following script to start the aplicattion on development mode with a watcher for file changes

python3 timeLoop/timerLoop.py

Scripts

timeLoop

Exemplo de uso timer loop que verifica o preço do dolar minuto a minuto.

developers

Tauã Fagundes da Silva