- Go to http://www.msys2.org/ and download the x86_64 installer
- Follow the instructions on the page for setting up the basic environment
- Run C:\msys64\mingw64.exe - a terminal window should pop up
- Execute
pacman -Suy
- Execute
pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-gstreamer mingw-w64-x86_64-gstreamer-plugins-good
- Execute
python main.py
for GUI orpython player.py <paths to media as arguments>
for command line
- Open terminal and execute
sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0
- Execute
sudo apt install python3-gst-1.0
- Execute
sudo apt install gstreamer1.0-gtk3 gstreamer1.0-plugins-good
- Execute
python3 main.py
for GUI orpython3 player.py <paths to media as arguments>
for command line