Multi-Window Synchronization functionality but for Windows GUI using PyQt5

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.

bj2
Bjorn Staal’s Multi-Window Synchronization
me2
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!!

Hey @makra welcome to the forum! That is indeed very cool, thanks for sharing.

That is neat! Works with PyQt 5.15.9, which is what I have installed.