Code Monkey home page Code Monkey logo

kivy-youtube-dl's Introduction

Kivy Youtube-DL

A youtube video downloader made with Kivy and Kivy-MD powered by pyTube. Supported platforms : Windows, Linux, Mac and Android

Getting Started

Download the zip or Clone the repo to start working with this project.

  • Desktop : Run the main.py inside the project folder.

  • Android : Install kivy launcher from playstore, copy the project folder into the kivy folder(if exists otherwise create a new one) in the sdcard.

    Copy paste the URL into the TextField and select one from the available formats.

If you have any feedback or run into issues, please file an issue on this repository.

Prerequisites

  • Python (2.7)
  • Kivy ( >1.9.0 required)
  • Kivy-MD
  • PyTube
  • Buildozer (optional)

Installing

  • Before installing Kivy, you have to install the dependencies first
$ python -m pip install --upgrade pip wheel setuptools
$ python -m pip install docutils pygments pypiwin32 kivy.deps.sdl2 kivy.deps.glew
$ python -m pip install kivy.deps.gstreamer
  • Now install kivy and kivy sample projects
$ python -m pip install kivy
$ python -m pip install kivy_examples
  • Install kivy-md by cloning the project and run the setup.py file
$ git clone https://gitlab.com/kivymd/KivyMD.git
$ cd KivyMD
$ sudo python ./setup.py install
  • Now the final step is to install pytube
$ pip install pytube

Compiling the program as an Android App

Use buildozer for compilation.

Authors

  • Sreenath Sivadas - Initial work - sreesdas

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL License - see the LICENSE.md file for details

kivy-youtube-dl's People

Contributors

sreesdas 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.