Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abelarduu/global-currency-viewer
- Owner: abelarduu
- License: mit
- Created: 2024-10-22T01:33:49.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T02:00:47.000Z (2 months ago)
- Last Synced: 2024-10-23T01:57:52.675Z (2 months ago)
- Topics: beautifulsoup, data-visualization, finance, grafico, matplotlib, matplotlib-python, pandas-python, python, requests-python, web-scraping-python, web-scrapping
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Global-Currency-Viewer
### Sobre o projetoO **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)