Skip to content

Generate visualisations and reports on collections of mp3 files using python

Notifications You must be signed in to change notification settings

tyiannak/pyVisualizeMp3Tags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyVisualizeMp3Tags

General

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)

Requirements and installation

pyVisualizeMp3Tags requires Python 2.7. To install dependencies:

pip install -r requirements.txt

Usage

python main.py -i punk_collection -o punk.png -s -l

(use python main.py -h to see explaination of all command-line arguments)

Examples

Artist tag cloud

artist tag cloud example

Lyrics tag cloud

lyrics tag cloud example

About

Generate visualisations and reports on collections of mp3 files using python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages