Coder Social home page Coder Social logo

initswc's Introduction

SWC初始化工具

作者:Mingyuan Huang

1 使用方法

  1. 下载:wkhtmltopdf ,或在asset文件夹下载win64安装包
  2. 配置main.py
# 配置:
# 1. 指定人名(要在表内):
TARGET_HUMAN_NAME = '黄明源'
# 2. 下载:https://wkhtmltopdf.org/downloads.html,并配置wkhtmltopdf的下载路径
WKHTML_PATH = r'C:\Develop\Tools\wkhtmltopdf\bin\wkhtmltopdf.exe'
# 3. 配置是否下载报告和代码,以及是否需要初始化分析表
NEED_DOWNLOAD_REPORT = True
NEED_DOWNLOAD_CODE = True
NEED_DOWNLOAD_SHEET = True
  1. 下载依赖,运行main.py,从output文件夹获取结果

2 功能列表

显性需求功能

  • 下载代码(仅支持单一文件)
  • 下载报告(仅支持网页打印)
  • 复制示例表格到指定位置
  • 初始化示例表格的finding内容(仅支持h5,h6标题)

隐性需求

  • 显性需求功能的开关配置
  • 下载报告
  • 包容Exception

initswc's People

Contributors

mingyuanhuang avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.