Traffic Data Visualizer

Nov 2024 - Dec 2024

A desktop application built with Python and Tkinter for validating dates, processing CSV-based traffic data, and generating visual representations of vehicle flow at two major junctions. The program ensures accurate user input and transforms raw data into easy-to-read graphical charts for analysis.

Technologies Used:
Python Tkinter
Key Features:
  • Ensures users enter a valid date in the DD-MM-YYYY format, handling all possible errors with clear messages.
  • Reads traffic data from CSV files and extracts insights based on the entered date.
  • Generates visual charts for vehicle flow comparison.
  • User-friendly Tkinter-based interface.