Metadata-Version: 2.1
Name: HTMLTemplateRender
Version: 1.0.0
Summary: Html template renderer
Home-page: https://github.com/QuackCoding/HTMLTemplateRender
Author: Aiden (Dev)
Author-email: 
License: UNKNOWN
Keywords: python,HTML,template,html template renderer,HTMLTemplateRender
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
Requires-Dist: requests

## HTMLTemplateRender


* `Rendering html file with variables`

<br>

## Installation

2. Install Package Using `pip`
   ```shell script
   python3 pip install HTMLTemplateRender
   ```

3. Or Download Files With Git
   ```sh
   git clone https://github.com/user/repo
   ```

