pyVisualizeMp3Tags reads a folder (and all subfolders recursivelly) of mp3 files and gets mp3 tags to generate:
- tag cloud of artist names (aggregated)
- tag cloud of song lyrics (aggregated)
pyVisualizeMp3Tags requires Python 2.7. To install dependencies:
pip install -r requirements.txt
python main.py -i punk_collection -o punk.png -s -l
(use python main.py -h to see explaination of all command-line arguments)
Artist tag cloud
Lyrics tag cloud