This project is a learning exercise showcasing a Flask application that allows users to download songs using SpotDL.
For any inquiries or permissions, please contact:
- Name: Jaydeep Solanki
- Email: [email protected]
- LinkedIn: Jaydeep Solanki on LinkedIn
This project is for learning purposes only. Users are allowed to refer to the code but are not permitted to use it without permission.
This project is licensed under the MIT License. See the LICENSE file for more details.
-
Clone the repository:
git clone https://github.com/WhoIsJayD/Flask-Song-Downloader cd Flask-Song-Downloader
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
-
Open your web browser and go to
http://localhost:5000
to access the application.
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!