MediaPlayer-with-PyQt5
I made this Multimedia Player with Python and PyQt5, I referred the following sources,
Credits :-
https://www.pythonguis.com/examples/python-multimedia-player/
https://codeloop.org/python-how-to-create-media-player-in-pyqt5/
https://stackoverflow.com/questions/41612790/pyqt5-videowidget-not-showing-in-layout
https://gist.github.com/QuantumCD/6245215
Packaging PyQt5 applications for Windows :-
https://www.pythonguis.com/tutorials/packaging-pyqt5-pyside2-applications-windows-pyinstaller/
PyQt5 Documentation :-
https://doc.qt.io/qtforpython-5/PySide2/QtMultimedia/QMediaPlayer.html
Book for reference : "Create GUI Applications with Python&Qt5" by Martin Fitzpatrick
To dowanload the Mediaplayer setup file for Windows OS : https://github.com/DanielChopra/Mediaplayer-for-Windows-OS/releases/tag/v1.0.0