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

https://github.com/deep-69bits/invsto


https://github.com/deep-69bits/invsto

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# INVSTO

### Description
I successfully inserted data into MySQL using Python, utilizing the mysql.connector library. Additionally, I analyzed the provided data from an Excel file using the matplotlib library.

## Tech Stack

- Python
- MySQL
- Matplotlib
- numpy
- pandas

## Authors

- [@deepak](https://www.github.com/deep-69bits)

## Screenshots

**Created Table**

![App Screenshot](https://github.com/deep-69bits/INVSTO/blob/master/pictures/creatingTable.png?raw=true)

**Inserting Data Into Table**

![App Screenshot](https://github.com/deep-69bits/INVSTO/blob/master/pictures/Inserting_data.png?raw=true)

**Analysing Data**

![App Screenshot](https://github.com/deep-69bits/INVSTO/blob/master/pictures/Analysis_Graph.png?raw=true)

## Run Locally

Clone the project

```bash
git clone https://github.com/deep-69bits/INVSTO/ INVSTO
```

Go to the project directory

```bash
cd INVSTO
```

run project

```bash
python main.py
```

Analysis data

```bash
python dataAnalysis.py
```