Metadata-Version: 2.1
Name: iwin-cli
Version: 1.0.2
Summary: iwin commandline tool
Home-page: https://iwin2.3thinking.cn
Author: Learner Chen
Author-email: learner.chen@icloud.com
License: NO-DISTRIBUTION
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown

# iWin 模拟的配置命令行工具

## 功能

- 用于检查配置文件的合法性
- 压缩图片文件，改进加载速度
- 生成zip文件用于上传
  
## 安装

```shell
pip install iwin-cli
```

## 使用方法

进入命令行(Windows 系统， CMD)
切换到配置工作目录：

```shell
iwin-cli -s <Simulation配置文件夹路径> -c <班级数据的xlsx文件名>
```

输入相应的目录名，或文件名。然后根据提示一步一步操作即可。



