google-music — A Google Music API library

Due to Google Music shutting down in favor of YouTube Music, this project has ended.****Due to Google Music shutting down in favor of YouTube Music, this project has ended.

Getting Started

Install google-music with pip.

$ pip install google-music

Create a mobile or music manager client using the high-level API.

>>> import google_music

>>> mc = google_music.mobileclient()
>>> mm = google_music.musicmanager()