pythonguis-examples icon indicating copy to clipboard operation
pythonguis-examples copied to clipboard

Please mentions pyqt5 or pyqt4

Open dyadav7 opened this issue 6 years ago • 1 comments

Please mentions the version of python and version of PyQt used in description / README :

  1. Python2 or Python3
  2. PyQt4 or PyQt5 or Both.

dyadav7 avatar Mar 06 '19 09:03 dyadav7

This video player is working fine on my system. my specifications are: windows 10 Python 3.7.2

blow are the libraries installed in my virtual environment, which are downloaded by the "pip install -r requirement.txt" command in cmd

packaging 19.2 pip 19.3.1 pyparsing 2.4.2 PyQt5 5.13.1 PyQt5-sip 12.7.0 setuptools 40.6.2 sip 5.0.0 six 1.12.0 toml 0.10.0

NOTE: This player only support mpg(video format) and some other video formats i don't know about all formats supported by this video player but mp4 and many other major formats are not supported buy this video player.

farazahmediu01 avatar Oct 26 '19 13:10 farazahmediu01

There are now separate versions for all the libraries (PyQt5, PyQt6, PySide2, PySide6). Can be found under the individual folders in the root of the repository.

mfitzp avatar Feb 19 '24 12:02 mfitzp