An open API service indexing awesome lists of open source software.

https://github.com/bbc-esq/youtube_player

A GUI to watch YouTube videos in peace without being bombarded with ads. Be careful you don't violate copyright laws....that's on you.
https://github.com/bbc-esq/youtube_player

pytubefix youtube-download youtube-downloader youtube-downloader-gui youtube-downloader-python youtubeviewers

Last synced: 3 months ago
JSON representation

A GUI to watch YouTube videos in peace without being bombarded with ads. Be careful you don't violate copyright laws....that's on you.

Awesome Lists containing this project

README

          

image

### Requires [VLC Media Player](https://www.videolan.org/vlc/)

## Installation

### ⚙️ Windows Installer
> Download and run [```YouTubeDownloader_Setup.exe```](https://github.com/BBC-Esq/Youtube_Viewer_and_Downloader/releases/latest/download/YouTubeDownloader_Setup.exe).

### 💻 Within a Virtual Environment
> Download the latest release...unzip and extract...go to the directory containing ```main.py```...run these commands in order:
```
python -m venv .
```
```
.\Scripts\activate
```
```
python install.py
```

## Usage

```
.\Scripts\activate
```
```
python main.py
```