Navigation Menu

Skip to content

BriHan-Tech/YouTubeVidDownloader

Repository files navigation

Simple YouTube Video Downloader

Simple YouTube Video Downloader is an open source project with a very simple UI that tries to speed up the process of downloading YouTube Videos without going to sketchy websites or needing to deal with scripts.

About the Creator

Hello There! This is my first open-sourced project, and any feedback/criticism is really appreciated! I am primarily a web developer (working with the Django and Angular Frameworks), and this is my first time using Tkinter, so please go easy on me!

Status

The application currently works on MacOS (may work on Linux and Windows). Currently, we are still working on finishing up the UI and setting up the installables.

Here is our CHANGELOG!

Image

Technology Stack

  • PyTube - Used to download the videos
  • Tkinter - Used to create the UI

Installation (for Developers)

  1. Install Python
  2. Fork the Project. Learn More
  3. Set up a venv
  4. pip3 install -r requirements.txt
  5. To run the project: python3 main.py

Project Structure

  • forms.py - Holds classes containing forms
    • SaveLocationForm
    • YouTubeVideoForm
    • DownloadForm
  • downloader.py - Holds class "Downloader" which contains a static method which does all the YT video downloading.
  • main.py - Where the project runs.

Open Source Licensing Info

  1. LICENSE
  2. CFPB Source Code Policy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages