Skip to content

aniketrajnish/MultiWindowSync-PyQt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiWindowSync-PyQt

  • Windows GUI application developed using PyQt5.
  • It demonstrates the synchronization of multiple windows using pyqtSignal.
  • Inspired by the work of Bjørn Staal.

placeholder_mws

MultiWindowSync.Demo.mp4

Usage

  • Clone the repository
    git clone https://github.com/aniketrajnish/MultiWindowSync-PyQt.git
    
  • Open Terminal and change directory to the script's folder.
    cd <path-to-repo>\src
    
  • Install Dependencies
    pip install -r requirements.txt
    
  • Run the main script
    python MultiWindowTest.py
    
  • Use your own image/GIF.
    File -> Open Image/GIF
    
  • In case you don't wanna go through all of this hassle, I've added an executable file in the Releases Section that you can directly try on your machine.

Contributing

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.

License

MIT License

About

Windows GUI multiple window synchronization using pyqtSignal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages