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
I've used PyQt5 to create to create the GUI and pyqtSignal for synchronization.
You can check the repo here: https://github.com/aniketrajnish/MultiWindowSync-PyQt
Top comments (2)
This is really cool - thanks for sharing! ⭐️
Thanks!!