/hgen_python

Base library which generates HTML code from python code.

Primary LanguagePythonMIT LicenseMIT

Hgen Python

This is a simple fun experimental project I wrote in python to write HTML tags in python and render it as html.

Installation

This package is uploaded in pypi, so you can install it with pip.

pip install html-gen

Usage

Using it is quite simple.

import html_gen
#or if you wanna import everything
from html_gen import *

Documentation

In progress.

Contribution

Every major / minor contribution is welcomed and highly appreciated.