https://github.com/felipemchdev/fin_analysis_py
Financial Analysis , made with Python and Streamlit
https://github.com/felipemchdev/fin_analysis_py
Last synced: about 1 month ago
JSON representation
Financial Analysis , made with Python and Streamlit
- Host: GitHub
- URL: https://github.com/felipemchdev/fin_analysis_py
- Owner: felipemchdev
- Created: 2025-02-23T20:07:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T11:53:03.000Z (about 1 year ago)
- Last Synced: 2025-05-21T12:48:27.890Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# š AnĆ”lise Financeira com Python
## CaracterĆsticas
- Dashboard interativo desenvolvido com Streamlit
- AnƔlise de dados financeiros utilizando Pandas
- Visualizações grÔficas para facilitar a interpretação dos dados
- Importação de dados via arquivo CSV
- Utilização do Jupyter Notebook para visualização de tabelas
---
## Requisitos
- Python 3.8
- Streamlit
- Jupyter Notebook
---
## Instalação
### Clone este repositório:
```bash
git clone https://github.com/felipemchdev/fin_analysis_py.git
cd fin_analysis_py
```
### Crie um ambiente virtual:
```bash
python -m venv venv
source venv/bin/activate # Linux/Mac
.\venv\Scripts\activate # Windows
```
### Instale as dependĆŖncias:
```bash
pip install streamlit pandas
```
### Execute a aplicação:
```bash
streamlit run dashboards.py
```
### Acesse o dashboard em:
Pelo VSCode , FaƧa o uso do ```Jupyter Notebook``` para ver os painƩis.
---
## Estrutura do Projeto
- `dashboards.py`: Script principal da aplicação
- `vendas_mercadinho.csv`: Arquivo CSV contendo os dados de vendas
- `README.md`: Documentação do projeto
- `.gitignore`: Arquivo para especificar quais arquivos ou pastas devem ser ignorados pelo Git
---
## ObservaƧƵes
- Utilize o Jupyter Notebook para visualizar as tabelas.
---