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
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.
- Navigate to the parent directory or the root folder of your project
- 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.
py manage.py runserver
or
python manage.py runserver
or
python mage.py runserver <port number>
-
Frontend
- HTML
- CSS
- JavaScript
- JQuery
- Ajax
-
Backend
- Python
- Django
- Pytube
You Can get in contact with me on any of the social media handles below
Author: Mireku Prince
Don't forget to leave a ⭐ if you like the repo !
All forms of contributions are welcome