Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

PPT合并脚本简介

Abstract

本人比较懒,不想手动合并,于是写了个脚本

Method

操作系统: Windows (linux或mac的请自行添加ww) 具体方法

  1. 初始化python3.9环境
conda create -n ppt_merge python=3.9 -y
  1. 激活环境,运行以下命令安装相应python库
pip install python-office -i https://mirrors.aliyun.com/pypi/simple/
pip install pywin32
  1. 将待合并PPT放入一个指定文件夹里
  2. 指定输出文件名
  3. 一键生成pdf

About

在开卷考试中合并PPT

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages