Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 308 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 308 Bytes

pymplayer

pymplayer is a fork of MplayerCtrl

  • wx was removed as a requirement
  • pep8 and no CamelCase
  • made easy to use as an import
  • pause property renamed to paused to avoid conflict with pause method

install

pip install py_mplayer

usage

TODO