- Windows GUI application developed using
PyQt5
. - It demonstrates the synchronization of multiple windows using
pyqtSignal
. - Inspired by the work of Bjørn Staal.
nice.mp4
- Clone the repository
https://github.com/aniketrajnish/MultiWindowSync-PyQt.git
- Install Dependencies
pip install -r requirements.txt
- Run the main script
python MultiWindowTest.py
- Use your own image/GIF.
File -> Open Image/GIF
Contributions to the project are welcome. Currently working on:
- Expanding the environment to 3D using PyOpenGL.
- Fix the bug where the parent image window always moves the image along with it for ref to other windows even if
Move With Window
is unchecked.
MIT License