fd92ce5
a small music player written in Python and inspired by Amarok — Read more
http://chistera.yi.org/~adeodato/code/minirok
This URL has Read+Write access
Release 2.1.
1 2 3 4 5 6 7 8 9 10
#! /usr/bin/env python## vim: fileencoding=utf-8## Copyright (c) 2007 Adeodato Simó (dato@net.com.org.es)# Licensed under the terms of the MIT license. import minirok # ensures dependency modules are in placeimport minirok.mainminirok.main.main()