Skip to content

DevFreak-ui/YouTube-Video-Downloader

Repository files navigation

YouTube video downloader

Open Source Love png3 MIT license

Bumble bee is a web app built on django to convert and download youtube videos.
With bumble bee, a user can download any youtube video in mp3 and mp4 formats for free
The web app also has the feature of both light mode and dark mode

Installation

Clone YouTube Video Downloader from github

git clone https://github.com/DevFreak-ui/YouTube-Video-Downloader.git

This project requires python, Django, Pytube and many other dependancies in order to function

A requirements.txt file is located in the parent directory. You can use this file to to install all required
dependancies just by running the following command.

how to install project requirements


  1. Navigate to the parent directory or the root folder of your project
  2. Copy, paste and run the command below
pip install -r requirements.txt

This line of code goes to the root folder, grab a file named requirements.txt and install all listed dependancies in the file.

Starting the server

py manage.py runserver

or

python manage.py runserver

or

python mage.py runserver <port number>

Technnologies Used

  • Frontend

    • HTML
    • CSS
    • JavaScript
    • JQuery
    • Ajax
  • Backend

Author

You Can get in contact with me on any of the social media handles below

Ask Me Anything !

Author: Mireku Prince

Don't forget to leave a ⭐ if you like the repo !

Contribution Invitation

ForTheBadge built-with-swag ForTheBadge built-with-love

All forms of contributions are welcome

Screenshots