No code. No hassle. Just load your data and visualize it instantly.
Data Analytics Dashboard is a desktop GUI application that transforms raw CSV data into beautiful, meaningful charts โ all without writing a single line of code. Designed for students, analysts, and data enthusiasts who want fast, visual insights.
Whether you're exploring sales trends, understanding distributions, or identifying correlations โ this dashboard has you covered with 10 powerful chart types and an intuitive point-and-click interface.
|
|
| Technology | Version | Role |
|---|---|---|
| 3.7+ | Core application logic | |
| Built-in | Graphical user interface | |
| Latest | Data loading & manipulation | |
| Latest | Statistical visualizations | |
| Latest | Rendering & figure control |
Ensure Python 3.7+ is installed on your system:
python --version1. Clone the repository
git clone https://github.com/SOMU3103/Data_Analytics.git2. Navigate into the project folder
cd Data_Analytics3. Install required libraries
pip install pandas seaborn matplotlib๐ก Tkinter comes bundled with Python by default. If missing:
sudo apt-get install python3-tk(Linux)
4. Run the application
python Data_Analytice_Dashboard.py1. Launch the app
โ
2. Click "๐ Load CSV File"
โ
3. Preview your data (columns + rows shown automatically)
โ
4. Select X-axis and Y-axis columns from dropdowns
โ
5. Click any chart button (Pie, Line, Bar, etc.)
โ
6. Your chart appears instantly! Save or export as needed.
Month,Sales,Profit,Region
January,15000,3000,North
February,18000,4200,South
March,12000,2800,East
April,21000,5100,West
May,19500,4700,North
June,23000,6000,SouthContributions make open-source awesome! Here's how to get involved:
# Step 1 โ Fork the repo on GitHub
# Step 2 โ Clone your fork
git clone https://github.com/YOUR_USERNAME/Data_Analytics.git
# Step 3 โ Create a feature branch
git checkout -b feature/YourFeatureName
# Step 4 โ Make your changes, then commit
git commit -m "โจ Add: YourFeatureName"
# Step 5 โ Push and open a Pull Request
git push origin feature/YourFeatureName- ๐ Add Excel/JSON file support
- ๐ Dark mode theme
- ๐งน Built-in data cleaning tools
- ๐ค Export to HTML report
- ๐ Resize & customize chart dimensions
- ๐ง Summary statistics panel
Distributed under the MIT License. See LICENSE for details.
MIT License โ Copyright (c) 2026 Somnath (SOMU3103)
Free to use, modify, and distribute with attribution.
- ๐ Python Community โ for the amazing ecosystem
- ๐ผ Pandas Team โ for effortless data manipulation
- ๐จ Seaborn Team โ for gorgeous statistical visuals
- ๐ Matplotlib Team โ for the visualization backbone
- ๐ Everyone who stars โญ this repository
If this project helped you, consider giving it a โญ โ it means a lot!
Made with โค๏ธ by Somnath