Skip to content

A Python app to build your music library. Input a singer's name, fetch their top tracks from Spotify, and download them in MP3 format using Pytube and Spotipy. Enjoy your favorite tunes offline with ease.

Notifications You must be signed in to change notification settings

TusharPachouri/RhythmReaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RhythmReaper

RhythmReaper is a Python application designed to simplify the process of building your music library. By inputting the name of a singer, RhythmReaper connects with Spotify to fetch their top tracks. Leveraging the Pytube library, it seamlessly downloads these tracks in MP3 format, providing users with an efficient way to enjoy their favorite tunes offline.

Setup Instructions

To set up and run RhythmReaper, follow these steps:

  1. Clone the Repository:

    • Clone the repository:
     git clone https://github.com/TusharPachouri/RhythmReaper.git
    • Navigate to the project directory:

      cd RhythmReaper
  2. Install Requirements:

    • Install the required packages using pip:

      pip install -r requirements.txt
  3. Usage:

    • Run the Python script:

      python app.py
    • Enter the name of the singer whose songs you want to download when prompted.

Main Points

  • Easily build your music library by fetching top tracks of any singer.
  • Seamlessly download tracks in MP3 format for offline enjoyment.
  • Simple and user-friendly interface.
  • Requires only Python and Pytube library.

Screenshots

Singer

Input any Singer Name

Directory

Select Directory

Download

Downloading Songs

About

A Python app to build your music library. Input a singer's name, fetch their top tracks from Spotify, and download them in MP3 format using Pytube and Spotipy. Enjoy your favorite tunes offline with ease.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages