Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abelarduu/global-currency-viewer

Visualizador de moeda global que monitora em tempo real as cotações de moedas como Dólar, Euro, Libra e Iene em relação ao real brasileiro, utilizando web scraping e gráficos interativos. Desenvolvido em Python com Requests, BeautifulSoup, Pandas e Matplotlib.
https://github.com/abelarduu/global-currency-viewer

beautifulsoup data-visualization finance grafico matplotlib matplotlib-python pandas-python python requests-python web-scraping-python web-scrapping

Last synced: about 1 month ago
JSON representation

Visualizador de moeda global que monitora em tempo real as cotações de moedas como Dólar, Euro, Libra e Iene em relação ao real brasileiro, utilizando web scraping e gráficos interativos. Desenvolvido em Python com Requests, BeautifulSoup, Pandas e Matplotlib.

Awesome Lists containing this project

README

        

# Global-Currency-Viewer
### Sobre o projeto

O **Global-Currency-Visualizer** é uma ferramenta visual e simples que permite monitorar em tempo real as cotações de algumas das principais moedas globais em relação ao real brasileiro (BRL). Utilizando web scraping, o programa coleta as cotações do Dólar (USD), Euro (EUR), Libra (GBP) e Iene (JPY) diretamente do Google e exibe esses dados graficamente.

[!["Python V.3.12.1"](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://www.python.org/)
[!["Requests"](https://img.shields.io/badge/Requests-v2.28.1-red?style=for-the-badge&logo=python&logoColor=white)](https://docs.python-requests.org/en/latest/)
[!["BeautifulSoup"](https://img.shields.io/badge/BeautifulSoup-v4.12.2-green?style=for-the-badge&logo=python&logoColor=white)](https://www.crummy.com/software/BeautifulSoup/)

[!["Pandas"](https://img.shields.io/badge/Pandas-v1.5.3-150458?style=for-the-badge&logo=pandas&logoColor=white)](https://pandas.pydata.org/)
[!["Matplotlib"](https://img.shields.io/badge/Matplotlib-v3.7.1-EE6E23?style=for-the-badge&logo=matplotlib&logoColor=white)](https://matplotlib.org/)

### Resultado
![Resultado](img/result.png)