A Python desktop application built using Tkinter to analyze traffic CSV datasets and visualize vehicle activity.
- Validates user date input
- Loads traffic CSV files dynamically
- Calculates:
- Total vehicles
- Total trucks
- Electric vehicles
- Two-wheeled vehicles
- Vehicles over speed limit
- Busiest hour
- Rain hours
- Saves summary results to a text file
- Displays histogram visualization using Tkinter
- Python
- Tkinter (GUI)
- CSV module
- File handling
python final_traffic_analysis.py