Create a lastfm chart with python. This is basically just https://tapmusic.net/ but something I wanted to make for fun.
First put your last.fm API key in the quotes on line 7
KEY = "PUT KEY HERE"
You can get an API key for yourself here.
Then grab your API key from here once you get your api account.
Install the python requirements
pip -r requirements.txt
Run main.py and select your options chart size, the time frame, and if you want a playcount.
In the folder you run the script your chart will be created as main.py
The font used is Pixel Code by qwerasd205 and is Liscenced under [OFL 1.1] (https://github.com/qwerasd205/PixelCode/blob/main/LICENSE)



