{"id":28265882,"url":"https://github.com/lizzy-0323/cv-generator","last_synced_at":"2025-06-27T00:10:02.920Z","repository":{"id":266613292,"uuid":"898509678","full_name":"lizzy-0323/CV-Generator","owner":"lizzy-0323","description":"A tool to generate standard CV, specially designed for CS major students.","archived":false,"fork":false,"pushed_at":"2025-02-25T15:39:54.000Z","size":264,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-27T16:46:27.880Z","etag":null,"topics":["python","tool","typst"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lizzy-0323.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-04T14:22:16.000Z","updated_at":"2025-02-25T15:39:57.000Z","dependencies_parsed_at":"2024-12-05T07:26:51.132Z","dependency_job_id":"3ea122b4-765a-4a6e-92ba-bbd822326b11","html_url":"https://github.com/lizzy-0323/CV-Generator","commit_stats":null,"previous_names":["lizzy-0323/cs-cv-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lizzy-0323/CV-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzy-0323%2FCV-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzy-0323%2FCV-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzy-0323%2FCV-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzy-0323%2FCV-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lizzy-0323","download_url":"https://codeload.github.com/lizzy-0323/CV-Generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lizzy-0323%2FCV-Generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259940658,"owners_count":22935286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","tool","typst"],"created_at":"2025-05-20T13:14:00.379Z","updated_at":"2025-06-27T00:10:02.897Z","avatar_url":"https://github.com/lizzy-0323.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CV-Generator\n\n[中文](readme-CN.md) | English\n\n![Preview](resume.png)\n\n## Overview\n\n**CV-Generator** is a tool that helps you to generate your cv with a simple yaml, it is simple but really useful, specially for cs major students.\n\n## Features\n\n- **Easy YAML Configuration:** Quickly input your information using a straightforward YAML format.\n\n- **PDF Output**: Generate a high-quality PDF that's ready to be shared or printed.\n\n- **English and Chinese Support**: Choose between English and Chinese for your CV.\n\n## Getting Started\n\n### Prerequisites\n\nPython 3.x\n\n### Installation\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/yourusername/cv-generator.git\ncd cv-generator\n```\n\n2. Install the required packages\n\n```bash\npip install -r requirements.txt\n```\n\n3. Edit the `cv.yaml` file with your information. The file can be formatted as follows:\n\n```yaml\nmetadata:\n  version: english\nname: Nai Long\nemail: xxxx@gmail.com\npicture: \"picture.jpeg\"\ngithub: https://github.com/xxx\nhomepage: https://xxx.github.io\n\neducation-experience:\n  - name: XXX University\n    duration: 2023/09 -- 2026/06\n    field: Cybersecurity\n    award: Recommended for exemption\n  - name: XXX University\n    duration: 2019/09 -- 2023/06\n    field: software Engineering\n    award: First-class scholarship, outstanding student\n\nwork-experience:\n  - name: xxx\n    duration: 2023/09 -- 2026/06\n    summary: xxxx\n    details:\n      - item: xxx\n      - item: xxx\n\nresearch-experience:\n  - name: xxx\n    price: nips\n    duration: 2023/09 -- 2026/06\n    details:\n      - item: xxx\n      - item: xxx\n\nproject-experience:\n  - name: xxx\n    price: xxx\n    duration: 2023/09 -- 2026/06\n    details:\n      - item: xxx\n      - item: xxx\n\nskills:\n  - name: programming language\n    details: cpp, golang\n  - name: tools\n    details: docker\n  - name: english\n    details: cet-6\n```\n\nYou can change the `version` field in metadata to `chinese` to generate a Chinese CV. And delete the field that you don't need.\n\n## Acknowledgements\n\n[Chi's cv] (\u003chttps://github.com/skyzh/chicv\u003e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizzy-0323%2Fcv-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flizzy-0323%2Fcv-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flizzy-0323%2Fcv-generator/lists"}