Giter VIP home page Giter VIP logo

video-downloader's Introduction

Video Downloader Python 3.7x

Video downloader is a desktop application made with Python. The GUI is built using PyQT5. It allows downloading of Youtube Videos and Playlists to the user's system.

Future Plans

  • download playlists
  • download from from different media sources, such as Reddit, Imgur, GifyCat, and more.

IMPORTANT !

As the original pytube is not being maintained we have made the decision to switch to pytube3

If you're already using the original pytube, please upgrade using.

pip install pytube3 --upgrade

or

pip uninstall pytube
pip install pytube3

If its a new installation of the project, please ignore this session

Prerequisites

Contributors

Please feel free to contact us if you would like to contribute. We also have a discord server for various projects including this.

Dependencies

  • PyQt5==5.14.1
  • PyQt5-sip==12.7.0 extension module provides support for the PyQt5 package
  • pytube3 A lightweight, Pythonic, dependency-free, library for downloading YouTube Videos - hbmartin forked version from original pytube

Dev environment setup:

Setting up Virtual Environment

Install the virtualenv package

pip install virtualenv

Create the virtual environment

virtualenv env

where env is the name/directory of the virtual environemnt

Activate the virtual environment

  • Mac OS / Linux
source env/bin/activate
  • Windows
env\Scripts\activate

Deactivate the virtual environment

deactivate

Installing project dependencies

pip install -r requirements.txt

Add project depenencies

pip freeze > requirements.txt

Useful guides:

Getting started with PyQt5

How to use qt designer

https://www.youtube.com/watch?v=FVpho_UiDAY&t=398s

Useful stuff for PyQt5

Getting started with PyTube

Pytube Quickstart

License

GNU General Public License v3.0 - [https://www.gnu.org/licenses/gpl-3.0.en.html]

video-downloader's People

Contributors

cherylli avatar alexphorta avatar chonix avatar ryansamman avatar dependabot-preview[bot] avatar scottwedge avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.