资 源 简 介
LHTML - LameHTML
Introduction
One night, I wanted to download a module for python that would output nicely formatted html, and which I could easily integrate into my project. Thus, I started this project....
Details
The main idea is to be able to generate Lame HTML syntax ;) using Python, with as little work as possible.
For example: To create a HTML document
```
import from LHTML *
page = doc("Hello World")
print page
```
This would result in:
Hello World