Metadata-Version: 1.1
Name: page_screenshot
Version: 0.0.1
Summary: a complete capture from a web page
Home-page: https://github.com/xiaohong2019/page_screenshot
Author: xiaohong2019
Author-email: 2229009854@qq.com
License: UNKNOWN
Description: # page_screenshot
        
        ## Introduction
        网页截图，启动有界面的浏览器，滚动截图，最后拼接成完整的网页长截图
        
        ## Example
        from page_screenshot.run_factory import run
        
        run('https://baidu.com')
        
        
        ## Communication
        - 未来已来 203737026
        
        ## Copyright and License
        code for everything
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Microsoft :: Windows
