Metadata-Version: 2.1
Name: youtubeRenderer
Version: 0.0.1
Summary: A small python package
Home-page: https://github.com/amanullah20/youtube-renderer-pypi-package
Author: amanullah20
Author-email: ullah.aman1@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: ensure==1.0.2
Requires-Dist: py-youtube==1.1.7
Provides-Extra: testing
Requires-Dist: pytest>=7.1.3; extra == "testing"
Requires-Dist: mypy>=0.971; extra == "testing"
Requires-Dist: flake8>=5.0.4; extra == "testing"
Requires-Dist: tox>=3.25.1; extra == "testing"

# Youtube-Renderer-Pypi-Package 

This repository contains the source code and documentation for the Youtube Renderer Python package,which is available on Pypi. The YouTube Renderer is a powerful tool for rendering any youtube videos and any web page over the Jupyter/Colab Notebook.

# How to run? 

1. Create a virtual environment 
   ```bash
   conda create -n renderer python=3.11 -y 
   ``` 

2. Activate the virtual environment 
   ```bash 
   conda activate renderer 
   ``` 

3. Install the required package 
   ```bash 
   pip install -r requirement_dev.txt
   ```
