python生成ppt,数据源为html
from lxml import html
from pptx import Presentation
from pptx.util import Inches
from pptx.dml.color import RGBColor
from pptx.enum.shapes import MSO_SHAPE# HTML代码
html_content """
<html><b…
一、在创建时选择Selenium with Pytest 如果选择的是Selenium,则只能选择Java类语言
选择selenium with Pytest,则可以选择Python类语言
Environment
其中的【Environment】可选New 和 Existing
New :选择这个选项意味着你希望工具为你创…