Skip to content

Arvind-4/Video-Player-Using-PyQt5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Player in Python

This is a simple application which plays Video and Audio using PyQt5 in python.

Code

Install Virtualenv

pip install virtualenv
cd /path/to/folder
mkdir video_plater
cd video_plater
virtualenv .

Activate the Virtualenv

source scripts/activate

Install Dependencies & Run the Code

mkdir src && cd src
git clone https://github.com/Arvind-4/Video-Player-Using-PyQt5.git .
pip install -r requirements.txt
python main.py