Elevator simulation using SimPy and PyGame using python3 Quick script I made a while ago to use simpy and Pygame in conjuction with simpy for visualization of data
Need to install pygame and simpy before running. Install by running pip install pygame and pip install simpy