Skip to main content

Python API for vgmusic.com.

Project description

vgmusic.py

(unofficial) Python API for VGMusic. This project is in no way affiliated with or sponsered by Mike Newman or any of the staff at VGMusic.

Usage

import vgmusic

# initalise the API object
with vgmusic.VGMusic() as api:
    # to access music info for a system, use the API as a dictionary
    ps4 = api["Sony PlayStation 4"]
    # get song by game title (it's a list of songs)
    song_info = ps4["titles"]["Persona 5"][0]
    print(song_info["sequenced_by"])  # fakt13 (shoutout :3)

CLI is coming soon...

License

MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vgmusic-0.1.0a0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

vgmusic-0.1.0a0-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page