Sunday, April 22, 2018

Alternatives to shazam



[1] On web https://www.midomi.com
[2] Get song name from mp3 on web  http://audiotag.info
[3] Chrome plugin https://www.aha-music.com/

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...