This project was developed as part of my Year 1 Semester 1 coursework for the Software Development I module at the University of Westminster.
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
- 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
- Python
- CSV file handling
- Text file input/output
- Console output
This project was aimed at strengthening foundational programming skills such as file handling, data analysis, and basic data visualization within a console application.