This Python program monitors and displays real-time system resource usage (CPU and memory) using a graphical interface. It shows the current percentage of CPU and memory usage as animated line graphs.
Displays two real-time graphs side-by-side. Generates random data for demonstration purposes. Smoothly updates the graphs with new data points. Handles window closing gracefully to stop the animation.