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

https://github.com/danilomeneghel/rdo-petro-python

RDO Petrobras
https://github.com/danilomeneghel/rdo-petro-python

mysql-database pip python3 tkinter

Last synced: 4 months ago
JSON representation

RDO Petrobras

Awesome Lists containing this project

README

        

# RDO Petrobras

Este projeto Python permite importar dados de um arquivo Excel para o banco de dados MySQL e exibir os dados em uma interface gráfica.

## Requisitos

- Python 3
- PIP 3
- MySQL 8

## Banco de Dados

1. Crie um banco de dados no MySQL com o nome "rdo_petro".
2. Execute o script SQL em "dump_sql/rdo_petro.sql" para criar as tabelas e campos necessários.

## Instalação

1. Faça o download do projeto.
2. Navegue até a pasta do projeto no terminal.
3. Execute o instalador com o seguinte comando:

Windows:

```
install.bat
```

Linux Ubuntu/Debian:

```
sudo chmod +x install.sh

./install.sh
```

## Execução

Para rodar o programa execute o seguinte comando:

```
python main.py
```

## Screenshots

![Screenshots](screenshots/screenshot01.png)

![Screenshots](screenshots/screenshot02.png)

![Screenshots](screenshots/screenshot03.png)

![Screenshots](screenshots/screenshot04.png)

![Screenshots](screenshots/screenshot05.png)

![Screenshots](screenshots/screenshot06.png)

![Screenshots](screenshots/screenshot07.png)

![Screenshots](screenshots/screenshot08.png)

## Licença

Projeto licenciado sob The MIT License (MIT).

Desenvolvido por

Danilo Meneghel

[email protected]

http://danilomeneghel.github.io/