Skip to content

kanishkarj/Rave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Niranjan
Jan 16, 2018
9c7b680 · Jan 16, 2018

History

47 Commits
Aug 8, 2017
Jul 14, 2017
Aug 8, 2017
Jul 29, 2017
Jan 16, 2018
Jun 5, 2017
Aug 16, 2017
Aug 16, 2017
Aug 16, 2017
Aug 16, 2017
Aug 16, 2017
Aug 16, 2017
Aug 15, 2017
Aug 16, 2017
Aug 16, 2017
Aug 15, 2017
Aug 15, 2017

Repository files navigation

Rave

Media Player built on python, libvlc.py, pystr and pyqt.

Requirements

Installation

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.

Build instructions

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:
        $ 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

License

This project is licensed under the terms of the GNU GPLv3.

About

Media Player.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published