Metadata-Version: 2.1
Name: VideoRender
Version: 0.0.1
Summary: A small python package
Home-page: https://github.com/RifatGameDev/VideoRender-pypi-package
Author: RifatGameDev
Author-email: rifatbysl@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/RifatGameDev/VideoRender-pypi-package/issues
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
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"

# Video-render-Pypi-package

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

# How to run?
## Installation:
#### Create a conda environment

```bash
conda create -n inrenderer python=3.8 -y
```

```bash
conda activate inrenderer
```

```bash
pip install -r requirements_dev.txt
```
