A Last.fm Bar Chart Race Maker
Project description
LICCHART
A CLI tool to make Last.fm bar chart race animations
Installation
Linux
Make sure you have Python and pip (use your own package manager!):
sudo apt-get install python3
Install ffmpeg:
sudo apt-get install ffmpeg
Install/update LICCHART:
pip install --upgrade licchart
macOS
Install Homebrew package manager:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Make sure you have Python and pip:
brew install python
Install ffmpeg:
brew install ffmpeg
Install/update LICCHART:
pip install --upgrade licchart
Windows
Install Python:
- Make sure to tick a box "Add Python to PATH"
Install ffmpeg:
- Download latest build
- Unzip all files inside the folder
C:\ffmpeg - Run cmd as administrator
- Run the following command:
setx /m PATH "C:\ffmpeg\bin;%PATH%" - You might need to restart your PC afterwards
Install/update LICCHART:
pip install --upgrade licchart
Setting API key
In order to fetch scrobbles from Last.fm, you need to create a Last.fm API key
You can specify what API key LICCHART should use with:
licchart --api KEY
Uninstalling
Uninstall LICCHART
pip uninstall licchart
Uninstall dependencies with package manager you used to install them
Usage
Using LICCHART is straightforward, just pass in your Last.fm username!
licchart USERNAME
Once it's complete, you will see your generated video and CSV in a current directory
CSV file reduces time of your next data fetch
Customization
You can add arguments to your command to customize your chart generation
licchart -d -s 06/30/2022 -e July 1st 2022 --bars 10 --fps 60 -l 3.5
Command above generates a chart that:
- Processes each day (
-d) - Shows scrobbles from 06/30/22 til 07/01/22 (
-s 06/30/2022 -e July 1st) - Has 10 artists max (
--bars 10) - Has 60 FPS (
--fps 60) - Lasts 3.5 minutes (
-l 3)
List of all arguments
| Option | Description | Value type | Default |
|---|---|---|---|
| -h, --help | Shows help message in terminal and exits | None | None |
| -v, --version | Prints out current version and exits | None | None |
| -a KEY, --api KEY | Changes API key and exits | String | None |
| -m, --months | Takes less time to generate, but gives a less accurate result | None | Yes |
| -d, --days | Takes quite a while to generate, but gives very accurate result | None | No |
| -s DATE, --strt DATE | Sets starting date | Date String | Your first scrobble |
| -e DATE, --end DATE | Sets ending date | Date String | Your last scrobble |
| -b AMOUNT, --bars AMOUNT | Sets how many artists will be visible on the chart | Integer | 20 |
| -l MIN, --length MIN | Sets how long your animation will be | Decimal | Dynamic value |
| -f FPS, --fps FPS | More frames take more time to generate, but provide a smoother animation | Integer | 30 |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file licchart-0.0.6.tar.gz.
File metadata
- Download URL: licchart-0.0.6.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98799f5a23625d94eb99c7a6c271096de69205cd43c8ce7bba4eb046d6c8fc18
|
|
| MD5 |
24eaf85e29bb60da075ec4ade0b91062
|
|
| BLAKE2b-256 |
a0bf339323b1987680ec8d27007de3b488c93c779d549e36faa6e0dfd5554303
|
File details
Details for the file licchart-0.0.6-py3-none-any.whl.
File metadata
- Download URL: licchart-0.0.6-py3-none-any.whl
- Upload date:
- Size: 21.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8df4828a00be8f1597d7298e7a9acc964c0408a3dcf58f8d65b21e5e499690ca
|
|
| MD5 |
1b3225a5a5315bca44d3c20eb72c52fc
|
|
| BLAKE2b-256 |
b335d7b7b6065d99181cdc1270e5fa408655c971b1ba3fa5dfacbc90f2d189cd
|