aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.eu>2018-11-08 22:09:37 +0100
committerFeuerfuchs <git@feuerfuchs.eu>2018-11-08 22:09:37 +0100
commit6256c6190acc7441cca49ff754983d0124c3e2a8 (patch)
tree6aef1f48cd77c162ffc685ae9c394966110b7629 /README.md
parentInit (diff)
downloadmpris-to-text-6256c6190acc7441cca49ff754983d0124c3e2a8.tar.gz
mpris-to-text-6256c6190acc7441cca49ff754983d0124c3e2a8.tar.bz2
mpris-to-text-6256c6190acc7441cca49ff754983d0124c3e2a8.zip
Rename readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..d63c543
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
1# MPRIS To Text
2
3A Python script that fetches media data from MPRIS-compliant media players and saves it into a text file.
4
5## Required packages
6
7- [blessed](https://github.com/jquast/blessed)
8- [dbussy](https://github.com/ldo/dbussy)