Skip to content

zhuuchaofan/PythonTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python 小工具集

一个用于存放日常 Python 实用脚本和小工具的仓库。


📁 目录结构

PythonTool/
├── README.md           # 项目说明
├── CONTRIBUTING.md     # 开发规范
├── requirements.txt    # 依赖管理
├── tools/              # 工具脚本目录
│   └── example/        # 示例工具
└── utils/              # 公共工具函数

🚀 快速开始

环境要求

  • Python 3.10+
  • pip

安装依赖

pip install -r requirements.txt

运行工具

python tools/<tool_name>/main.py

📦 工具列表

工具名称 描述 平台
Jcl.py JCL 数据属性解析器,从 Excel 读取 Dataset 信息,解析 JCL 自动补全物理属性 Windows

📝 更新日志

2026-01-06

  • 🎉 项目初始化

📄 许可证

MIT License

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages