DEV Community

Aniket Rajnish
Aniket Rajnish

Posted on

2 1

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!!

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay