A small collection of programs for generic simulations in SimPy: an open-source Python simulation framework
Setup
pip install simpy matplotlib numpy
Run M/M/1 queue simulation
python queue.py
Run Fuel Station Refueling simulation
python fuelstation.py