Skip to content

laypatel13/data-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📉 Data Visualizer - CLI

A simple command-line Data Visualizer built using Python. This project helps you visualize CSV data through interactive charts with a colorful CLI interface powered by Matplotlib and Seaborn.


✨ Features

  • Visualize sales trends over time with a line chart
  • Compare total sales by product with a bar chart
  • Analyze profit vs sales correlation with a scatter plot
  • Colorful CLI output for better readability

📦 Install via pip

pip install laypatel13-data-visualizer

Then run it from anywhere in your terminal:

data-visualizer

🛠️ Install from source

git clone https://github.com/laypatel13/data-visualizer.git
cd data-visualizer
pip install -r requirements.txt
pip install -e .

Then run:

data-visualizer

📂 Project Structure

data-visualizer/
├── data_visualizer/
│   ├── __init__.py
│   └── main.py
├── sample-data.csv
├── pyproject.toml
├── requirements.txt
└── README.md

🧰 Built With

  • Used Pandas for data loading and processing.
  • Used Matplotlib for chart rendering.
  • Used Seaborn for styled visualizations.
  • Used Colorama for colored terminal output.

About

A simple command-line Data Visualizer built using Python. This project helps you visualize CSV data through interactive charts with a colorful CLI interface powered by Matplotlib and Seaborn.

Resources

Stars

Watchers

Forks

Contributors

Languages