🎵 🎶 Check your average playcount up to four decimals 🎶 🎵
Now you can also see the scrobbles and the average from the last 7, 30, 90, 180 and 365 days + the artists you listened to in that timeframe
Linux only - Python 3
Run pip install -r requirements.txt to set everything up
Either get the latest executable or clone the repo and run the script:
git clone https://github.com/Soundsphere/lastavg.git
cd lastavg
python lastavg.py
When you run the program the first time, you will be asked for your last.fm username and when you joined last.fm. Your joined date needs to be in the following format: DD.MM.YYYY
You will be asked for your username and joined date the first time you run the program
Here's how the output looks like:

After installing the dependencies listed in requirements.txt, run:
pytest