项目作者: aayush-yb

项目描述 :
Audio/Video player in python
高级语言: Python
项目地址: git://github.com/aayush-yb/Audio-Video-player-.git
创建时间: 2018-01-26T17:46:46Z
项目社区:https://github.com/aayush-yb/Audio-Video-player-

开源协议:

下载


Audio-Video-player

  1. Audio Video Player(for UBUNTU only).

Requirements :

  1. python and vlc media player should be installed .
  2. python modules required - Tkinter ,threading , python-vlc , pygame

Usage :

  1. Download musicPlayer.py file and run it as "python musicPlayer.py" .

GUI interaction :

  1. 1. first browse files in your system by clicking on "Browse file" button and select any music file then
  2. click play button accordingly .
  3. 2. Keyboard binding is also provided , you can use following shortcuts :
  4. space bar - pause and play video ,
  5. p - play mp3 file ,
  6. s - pause mp3 file ,
  7. x - stop mp3 file , (# note that pause is different from stop) ,
  8. r - restart current mp3 file

This is a Audio/Video player built in Python .

It uses Pygame to play mp3 files and it calls VLC to play videos.
GUI is provided by Tkinter .
Multithreading is also used so that playing audio or video would not freeze GUI .