The Mesa Predator-Prey Model is an open-source, Python-based implementation of the classic Lotka-Volterra predator-prey system, built atop the Mesa agent-based modeling framework. It simulates individual predator and prey agents moving and interacting on a grid where prey reproduce and predators hunt for food to survive. Users can configure initial populations, reproduction probabilities, energy consumption, and other environmental parameters through a web-based interface. The simulation provides real-time visualizations, including heatmaps and population curves, and logs data for post-run analysis. Researchers, educators, and students can extend the model by customizing agent behaviors, adding new species, or integrating complex ecological rules. The project is designed for ease of use, rapid prototyping, and educational demonstrations of emergent ecological dynamics.