Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.41 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.41 KB

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!