diff options
author | jaseg <code@jaseg.net> | 2014-08-10 23:25:25 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2014-08-10 23:27:26 +0200 |
commit | 9b68b0866ec49228ccaf3b455990a66838084082 (patch) | |
tree | be1ffcdcbfc82db6a2a4baec645adf5c92215be1 /README.md | |
download | python-mpv-9b68b0866ec49228ccaf3b455990a66838084082.tar.gz python-mpv-9b68b0866ec49228ccaf3b455990a66838084082.tar.bz2 python-mpv-9b68b0866ec49228ccaf3b455990a66838084082.zip |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2ac2e8f --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +python-mpv +========== + +python-mpv is a ctypes-based python interface to the mpv media player. It gives you more or less full control of all features of the player, just as the lua interface does. |