# 简历自动生成 **Repository Path**: kira_wang_aug/resume_aut_script ## Basic Information - **Project Name**: 简历自动生成 - **Description**: No description available - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-08 - **Last Updated**: 2025-03-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: jupyter ## README # 简历自动生成 #### 介绍 只要写个yaml,就能一键式生成简历的Jupyter脚本 #### 使用说明 1. 编写 data.yaml data.yaml示例: ``` name: 张三 contact: email: zhangsan@163.com phone: 123456789 github: https://github.com/zhangsan kaggle: https://www.kaggle.com/zhangsan summary: Bonbon liquorice muffin topping carrot cake cake topping. Icing tootsie roll oat cake bonbon macaroon sweet roll marzipan tootsie roll. Gummies liquorice dessert shortbread macaroon. Bonbon lemon drops jelly beans croissant croissant chupa chups dragée topping. education: - - 计算机科学学士学位 - 清华大学 - 2024年九月-至今 - 中国,北京 skill: - Java - Python competition: - - 比赛名称 - 204年十月-2024年十一月 - 代码链接 - 比赛链接 - - (比赛目标) - (使用方法) - (比赛结果) project: - - 项目名称 - 项目时间 - 项目描述 - 项目代码 ``` 2. 选择中文/英文:选择英文的话不用对代码进行更改,选择中文的话需找到代码中的 `define language (EN/CN)` 部分,把`lang`值改成`CN` 3. 运行整个notebook。得到 resume.scripted.html 4. 把 resume.scripted.html用浏览器打开,点击打印,选择打印成pdf