DEV Community

Aniket Rajnish
Aniket Rajnish

Posted on

Multi-Window Synchronization functionality 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.

Bjorn Staal's Multi-Window Synchronization
Image description
My Implementation for Windows GUI
Image description

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)

Collapse
 
kehoecj profile image
Clayton Kehoe • Edited

This is really cool - thanks for sharing! ⭐️

Collapse
 
makra profile image
Aniket Rajnish

Thanks!!