[go: up one dir, main page]

Skip to content

floticerus/pygmy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pygmy

a google play music library written in python and gtk3. although, it is more than likely switching to gtk2 for windows/osx compatibility.

this is not fully operational yet.

installation

right now this will only run on linux. there are two ways to run the program

note that on some linux distros, python references python3, so you will need to type python2 instead


there are no pre-built packages as of yet, so you'll need to build it with cxfreeze yourself

to run it with cxfreeze:

python setup.py build

then, as root:

python setup.py install

to run the program you would just type:

pygmy


to run the python script directly, you will need:

  • python2.7 (might work on older versions)
  • gtk3
  • gstreamer1.0
  • gmusicapi
  • glib
  • pango

then just run:

python pygmy.py

About

python/gtk/gstreamer music library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages