Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 450 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 450 Bytes

Audio Player in Python

This is a simple application which plays Audio.

Code

Install Virtualenv

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

Activate the Virtualenv

source scripts/activate

Install Dependencies & Run the Code

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