A new music player built around Python and GTK
Go to file
Anna Schumaker 72a947621c rind: Replace window title and subtitle with a custom widget
This lets me control size and justification of the text. Additionally, I
put everything into a scrolled window just in case a track has a really
long title name.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2019-03-20 09:58:23 -04:00
curds rind: More icon and spacing changes 2019-03-20 09:58:06 -04:00
rind rind: Replace window title and subtitle with a custom widget 2019-03-20 09:58:23 -04:00
trier curds: Improve extracting ints from mutagen metadata 2019-03-15 08:40:25 -04:00
.gitignore rind: Add gtk Application and Builder 2019-03-13 15:48:35 -04:00
LICENSE Initial commit 2019-01-24 09:35:41 -05:00
Makefile Add a toplevel script 2019-03-06 09:23:25 -05:00
README.md Initial commit 2019-01-24 09:35:41 -05:00
emmental.py rind: Add gtk Application and Builder 2019-03-13 15:48:35 -04:00
emmental.ui rind: Replace window title and subtitle with a custom widget 2019-03-20 09:58:23 -04:00
test_emmental.py rind: Import gst from __init__.py 2019-03-19 12:18:40 -04:00

README.md

emmental

A new music player built around Python and GTK