Media Player built on python
, libvlc.py
, pystr
and pyqt
.
For linux installation can be done by run install script for corresponding distro.
- For Debian based systems execute install script as follows (first give premission) :
$ chmod +x install_debian.sh $ ./install_debian.sh
- Similarly install script can be run for other distros.
Before building the project ensure that the required packages are installed. Installation instructions for each of them are given below :
- python 3 :
- Windows
- Linux : python comes preinstalled with most of the Linux distributions. If not then execute the following command in the terminal
$ sudo apt-get install python3 python-pip // Debian and derivatives. $ sudo pacman -S python3 python-pip // Arch and derivatives. $ sudo dnf install python3 python-pip // openSUSE and Red Hat Linux.
- pyqt4:
- Windows
- Linux :
$ sudo apt-get install python-pyqt4 //Debian and derivatives. $ sudo pacman -S python-pyqt4 //arch and derivatives. $ sudo dnf install python-pyqt4 //OpenSuse and Redhat distributions.
- pysrt:
- Windows : Execute the following statement in the command prompt with administrative privileges.
pip install pysrt
- Linux :
$ sudo pip install pysrt
This project is licensed under the terms of the GNU GPLv3.