Skip to content

iamhv6/Web-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

8 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

YouTube Music Downloader V1 (Beta) ๐ŸŽต

A simple Flask-based web app that allows you to download music from YouTube using yt-dlp.

Installation ๐Ÿš€

1. Install Prerequisites

  • Download and install Visual Studio Code.
  • Download and install Python (Make sure to check the box for "Add Python to PATH" during installation).
  • Install the Python extension in Visual Studio Code (Go to Extensions Marketplace and search for "Python").

2. Install Required Python Modules

Open the VS Code terminal (Ctrl + ~ on Windows/Linux, Cmd + ~ on Mac) and run:

pip install flask yt-dlp requests

Note: os, random, time, and re are built-in Python modules, so you do not need to install them manually.

Usage โš’๏ธ

Run the app.py file

goto the link generated by the live server (localhost) eg: http://127.0.0.1:5000

Insert your query, wait for it to download the song (depends on your network)

Enjoy the downloaded music

Working Preview ๐Ÿ“ท

Web Music Player

Note -- This preview video might not have futher changes commited by me

Original

Untitled.video.-.Made.with.Clipchamp.1.1.mp4

Music Game

game.-.Made.with.Clipchamp.mp4

About

A simple web based music player using ytdlp along with a small music based game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published