Giter Club home page Giter Club logo

yaytd's Introduction

YayTD

Yet Another YouTube Downloader

What

YayTD is a simple GUI built on top of pytube with guizero and a bit of tkinter where necessary.

It lets you find all streams associated with a YouTube video (audio only, video only or both combined) and download them to your machine for your convenience.

Did we really need another one?

Probably not. But it seemed the perfect toy-project to learn about guizero, additionally, as an occasional user of the pytube cli I wondered how a handy GUI would have looked like.

How

Install

Head to the releases and download the zip for your OS (Linux, Mac, Windows).
Unzip and run the single-file executable.

Build

Or clone this repo and do:

python -m venv env
source env/bin/activate

to create a python virtual environment in which to pip install the required modules:

pip install -r requiremnts.txt

now you can either run YayTD with

python yaytd.py

or build a single-file executable for your platform:

Linux

pyinstaller yaytd_lin.spec

Windows

pyinstaller yaytd_win.spec

Mac

pyinstaller yaytd_mac.spec

which should appear shortly after in the dist folder.

yaytd's People

Contributors

frenchfaso avatar

Watchers

 avatar Kostas Georgiou avatar

yaytd's Issues

Add "cancel download"

Add an option to cancel downloads in progress.
Maybe with a right-click on the stream currently being downloaded (possibly problematic on macos..)

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.