Skip to content

WhoIsJayD/Flask-Song-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Project: Flask SpotDL Downloader

This project is a learning exercise showcasing a Flask application that allows users to download songs using SpotDL.

Contact

For any inquiries or permissions, please contact:

Usage

This project is for learning purposes only. Users are allowed to refer to the code but are not permitted to use it without permission.

License

This project is licensed under the MIT License. See the LICENSE file for more details.


Instructions

  1. Clone the repository:

    git clone https://github.com/WhoIsJayD/Flask-Song-Downloader
    cd Flask-Song-Downloader
  2. Install dependencies:

    pip install -r requirements.txt
  3. Run the application:

    python app.py
  4. Open your web browser and go to http://localhost:5000 to access the application.


About

This Flask application demonstrates a simple web interface for downloading songs using SpotDL. It includes:

  • Home Page: Initial page to enter the song name and file name.
  • Download in Progress Page: Displays a message while the song is being downloaded.
  • Download Page: Lists the downloaded MP3 files for download.

Feel free to explore and learn from this project!