https://github.com/vitorvf/cambio-com-python
https://github.com/vitorvf/cambio-com-python
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vitorvf/cambio-com-python
- Owner: vitorvf
- Created: 2019-01-26T20:40:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T23:53:24.000Z (over 6 years ago)
- Last Synced: 2025-01-18T12:35:45.438Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Cambio com Python
Um script para pegar os valores, via requeisição web, das cotações das principais moedas mundiais:
- Dollar
- Euro# Funções criadas
```sh
cambio_dollar(url)
```
Passando uma url, em string, de um arquivo JSON ou o valor None, é possível saber quantos Reais custa o Dólar.
```sh
cambio_euro(url)
```
Passando uma url, em string, de um arquivo JSON ou o valor None, é possível saber quantos Reais custa o Euro.### Desenvolvedores
- Vitor Ferreira
License
----
**Free Software!**