Last updated:
0 purchases
R07 0.0.3.1
R-07 Python Package
About
This Package contains all the Modules developed by @rahulbordoloi published to PyPI.
All the classes will be imported under the package R07.
Installation
Run the following command on your terminal to install :
pip install R07
Usage
For Module 1, say_hello
from R07 import say_hello
# Generate 'Hello R-07!'
say_hello()
# Generate 'Hello, Rahul!'
say_hello('Rahul')
For Module 2, YTDownloader
from R07 import YTDownloader
# Call Downloader Class
YTDownloader()
# Directly Download the File from the URL
YTDownloader('https://youtu.be/xl8zdCY-abw')
Note :
Calling YTDownloader() without arguments prompts you to enter the URL after you call it.
The File will get downloaded in your current working directory.
For more information, refer to my repository Youtube-Video-Downloader
Outputs
For say_hello,
>>> from R07 import say_hello
>>> say_hello()
'Hello R-07!'
>>> say_hello('Rahul')
'Hello, Rahul!'
For YTDownloader,
>>> from R07 import YTDownloader
>>> YTDownloader()
Enter the Youtube URL of the Video you want to Download :
https://youtu.be/xl8zdCY-abw
-----------------------------------
Title : YouTube
Views : 1015559
Length : 128 seconds
Description : The Medellin cartel - the most violent, ruthless and wealthy criminal organization in the history of modern crime. And the one man who lorded over them all... Pablo Escobar.
NARCOS is the true story of the U.S. and Colombian efforts to battle the Medellin cartel during the cocaine-fueled drug wars of the 1980's. Multi-layered and multi-faceted, NARCOS depicts a brutal world where lines are blurred and little is black and white. The Netflix original series, starring Wagner Moura, Boyd Holbrook, and Pedro Pascal.
http://www.netflix.com
Rating : 4.9314308
-----------------------------------
Starting Download ...
Download Successful, You can find your File at : D:\Studies (Contd.)\Projects\PyPi Publish
Time Elapsed : 16.45 seconds
>>> YTDownloader('https://www.youtube.com/watch?v=cq2iTHoLrt0')
-----------------------------------
Title : YouTube
Views : 2787903
Length : 147 seconds
Description : The end is the beginning. And the beginning is the end. Dark comes full circle on June 27th.
Watch Dark on Netflix: https://www.netflix.com/title/80100172
SUBSCRIBE: http://bit.ly/29qBUt7
About Netflix:
Netflix is the world's leading streaming entertainment service with 183 million paid memberships in over 190 countries enjoying TV series, documentaries and feature films across a wide variety of genres and languages. Members can watch as much as they want, anytime, anywhere, on any internet-connected screen. Members can play, pause and resume watching, all without commercials or commitments.
Dark Season 3 | Official Trailer | Netflix
https://youtube.com/Netflix
The time-twisting madness reaches its conclusion in a strange new world, where some things are quite familiar — and others are disturbingly not.
Rating : 4.9651532
-----------------------------------
Starting Download ...
Download Successful, You can find your File at : D:\Studies (Contd.)\Projects\PyPi Publish
Time Elapsed : 7.13 seconds
Developing R07
To install R07, along with the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]
Contact Author
Name : Rahul Bordoloi
Website : https://rahulbordoloi.me
Email : [email protected]
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.