/album_search_tool

A command line tool to quickly view an artist or band's releases in chronological order in your terminal.

Primary LanguagePython

A simple command line tool that allows you to input an artist or bands name, and receive a list of all of their releases (LPs and EPs) in chronological order.

  • Clone the repo and create a virtual Python environment
  • Install requests package
  • In the command line, enter `python main.py "artist_name"
  • A list of the artist's releases and date of the release should be returned in the terminal

image