Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IqbalMind authored Mar 3, 2023
1 parent 90f2d39 commit d308d42
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# YTDLpython
YTDLpython is a Python package that provides a simple way to download YouTube videos using the YouTube Data API. It uses the Pytube library under the hood to download videos and provides a command-line interface (CLI) for ease of use.

## Features:
- Simple and intuitive Python API for downloading YouTube videos.
- Uses the official YouTube Data API to fetch video metadata.
- Downloads videos in various formats and resolutions, including audio-only formats.
- Supports downloading entire playlists and channels.
- Provides a CLI interface for easy usage.

##Prerequisites
Before running the Python code, make sure you have the following installed:
- Python 3.0 or higher
- pytub & moviepy module (can be installed with **pip install pytub moviepy**)
- pyfiglet module (can be installed with **pip install pyfiglet**) *additional

Install and start the YTDLpython.

```sh
git clone https://github.com/IqbalMind/YTDLpython.git
py main.py
```

0 comments on commit d308d42

Please sign in to comment.