# PyHtmlLib--面向对象编写html **Repository Path**: albert_zhong/htmllib ## Basic Information - **Project Name**: PyHtmlLib--面向对象编写html - **Description**: HtmlLib is a free python package, using to discribe html page with Python. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://pypi.org/project/pyhtmllib/ - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-04-10 - **Last Updated**: 2022-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Discription PyHtmlLib is a free python package, using to discribe html page with Python. It is built by PointCode Organization and released on the platform of Python. We highly recommended it to you because of 3 advantages: 1. The project is made of python, which means light, reliable and Cross-Platform. 2. Compared with other html packages, it is much simpler in frame and easier to use. 3. It is useful and international to organize html web. # How to download on python? ##### use the command to download: ```C pip install pyhtmllib ``` ##### use the command to import: ```python from HtmlLib.HtmlFrame import * from HtmlLib.HtmlWidget import * ```