π‘ Project Overview
This project simulates an intelligent traffic management system using Python. The system:
Accepts traffic density input from users for each direction (North, East, South, West).
Adjusts the traffic light cycle (Green, Yellow, Red) dynamically based on vehicle count.
Runs infinitely to simulate real-world signal control.
Console-based simulation Dynamic adjustment of signal timings based on density Object-oriented design with classes (TrafficLight, TrafficManagementSystem) Uses real-time input and time.sleep() for timing simulation
Python 3.x
OOP (Object-Oriented Programming)
Console Input/Output
Made with β€οΈ by Kartik Bhardwaj