A Python Tkinter-based visual tool to explore and understand Page Replacement Algorithms.
This interactive application displays real-time graphs of hit and miss ratios, helping you visualize how different algorithms perform.
- Real-time graph plotting (using Matplotlib) for:
- Hit Ratio
- Miss Ratio
- Multiple algorithms supported (FIFO, LRU, Optimal, etc.)
- Customizable frame size — experiment with different memory constraints
- Interactive GUI built with
TkinterandCustomTkinter - Educational tool for OS students and enthusiasts
git clone https://github.com/<your-username>/Page-Replacement-Algorithm-Visualizer-with-Python-Tkinter.git
cd Page-Replacement-Algorithm-Visualizer-with-Python-Tkinter

