https://github.com/deep-69bits/invsto
https://github.com/deep-69bits/invsto
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deep-69bits/invsto
- Owner: deep-69bits
- Created: 2023-11-11T09:08:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T10:28:36.000Z (over 2 years ago)
- Last Synced: 2025-01-22T05:34:42.112Z (over 1 year ago)
- Language: Python
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**

**Inserting Data Into Table**

**Analysing Data**

## 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
```