Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 852 Bytes

File metadata and controls

28 lines (18 loc) · 852 Bytes

Traffic Data Analyzer

This project was developed as part of my Year 1 Semester 1 coursework for the Software Development I module at the University of Westminster.

Project Description

The Traffic Data Analyzer is a console-based Python application designed to read, analyze, and summarize traffic flow data from two major road junctions:

  • Elm Avenue / Rabbit Road
  • Hanley Highway / Westway

Features

  • Read traffic data from CSV files
  • Analyze and summarize traffic patterns
  • Export summary results to a text file
  • Display a simple histogram of traffic flow

Technologies Used

  • Python
  • CSV file handling
  • Text file input/output
  • Console output

Purpose

This project was aimed at strengthening foundational programming skills such as file handling, data analysis, and basic data visualization within a console application.