Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 392 Bytes

README.md

File metadata and controls

36 lines (17 loc) · 392 Bytes

Youtube To Mp3 Converter

Built on Django Rest Framework


Getting Started

  • Clone this repository
  • Install python3 then
    pip install django
    pip install djangorestframework
    pip install youtube_dl

ps: youtube_dl is used to convert yt to mp3

to run the project

    python manage.py runserver