Skip to content

Python project to analyse listening history from Last.Fm

Notifications You must be signed in to change notification settings

tapchik/LastFmAnalyzer

Repository files navigation

Last Fm Analyzer

Installation

  1. Navigate to project folder "Simulation":
    • cd LastFmAnalyzer
  2. Using console, create virtual environment:
    • python -m venv .venv
  3. Activate virtual environment:
    • On Windows: .venv\Scripts\activate.bat
    • In PowerShell: .venv\Scripts\activate.ps1
    • On Linux: source .venv/bin/activate
  4. Install requirements into .venv:
    • pip install -r requirements.txt

About

Python project to analyse listening history from Last.Fm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages