I came across a very cool Multi Window Synchronization experiment by Bjorn Staal. I tried recreating the same but for Windows GUI. I’ve used PyQt5 for the GUI development and pyqtSignal for achieving synchronization.
Bjorn Staal’s Multi-Window Synchronization
My Implementation for Windows GUI
The project’s open source and you can check the demo and source here: GitHub - aniketrajnish/MultiWindowSync-PyQt: Windows GUI multiple window synchronization using pyqtSignal
Do hit a star if it helps you!!