https://github.com/rajan-bhateja/csv-analyzer
CSV analyzing app created using Python's Tkinter
https://github.com/rajan-bhateja/csv-analyzer
gui python tkinter
Last synced: 5 months ago
JSON representation
CSV analyzing app created using Python's Tkinter
- Host: GitHub
- URL: https://github.com/rajan-bhateja/csv-analyzer
- Owner: rajan-bhateja
- Created: 2024-09-20T17:09:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T16:49:20.000Z (over 1 year ago)
- Last Synced: 2025-04-29T11:41:43.630Z (about 1 year ago)
- Topics: gui, python, tkinter
- Language: Python
- Homepage:
- Size: 78.1 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSV-Analyzer
CSV Analyzer is a GUI app created using Tkinter.
It shows the basic stats and visuals for any CSV file opened.
#### Libraries Used
* Pandas
* Numpy
* Matplotlib.pyplot
* Seaborn
* Tkinter