Utlity Packages Developed by R-07!
Project description
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 : mail@rahulbordoloi.me
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
r07-0.0.3.1.tar.gz
(5.4 kB
view details)
Built Distribution
R07-0.0.3.1-py3-none-any.whl
(4.7 kB
view details)
File details
Details for the file r07-0.0.3.1.tar.gz
.
File metadata
- Download URL: r07-0.0.3.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28515c168cca3e58aa217cb3779163a368d44b8fc04e8abb7cf9ec994f0c84b0 |
|
MD5 | f21b7afb78b2e67c45edc637383038f5 |
|
BLAKE2b-256 | 43fe4b2d47f7e5d7cc641b78800485df3cbe2c0e0f05e25e3a3f72d02905139d |
File details
Details for the file R07-0.0.3.1-py3-none-any.whl
.
File metadata
- Download URL: R07-0.0.3.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fb6dd3dfac0bf5a6ff30bc045ddea6eba221160416f2990b254a50ddba51e04 |
|
MD5 | f8e1607c79229f95f896bfadb6f970fa |
|
BLAKE2b-256 | b9607b4ab4f3ebced57bf5edb72240ee73b150f66fedffb1daa74c320823f7d9 |