Skip to content

fratelemk/musickit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MusicKit

A Streamlit application for that provides insights into your personal Apple Music library.

To load your library:

  1. Open Apple Music on Mac.
  2. Navigate to: File > Library > Export Library
  3. Save the library as a .plist file.
  4. Upload the exported file into the app's file uploader

The application will then parse the .plist file using Python’s built-in plistlib library and load the data into a pandas data frame.

Usage

  1. Create a virtual environment
python3 -m venv .venv

source .venv/bin/activate
  1. Install the required dependencies
pip install -r requirements.txt
  1. Run the app:
streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published