Will take a JSON file(s) with Spotify listening history data and display it in a table. This script will also calculate some statistics and print them into a .txt file.
- Python 3.x
Make a folder with this file and the JSON file you'd like to read in it and run scripts with the argument:
-
Open command prompt
-
Run
cd /path/to/folder
-
Add a directory with the name
history
-
Ensure both
spotify_viewer.py
andhistory
directory with JSON files are in the parent directory. -
Run
python spotify_viewer.py
on Windows orpython3 spotify_viewer.py
on Linux.
This project is licensed under the terms of the GNU General Public License v2.0. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.