5 ms·
Show HN: Resume Builder in Python
A no nonsense tool to build resumes in pure Python. No extra dependencies, no pip install etc.
Ths tool creates a clean, easy to read resume as a self contained HTML file
You can easily convert this to PDF in your browser.
Let me know what you think! I created this to help me quickly tailer my resume for multiple jobs. Writing a resume in Google Docs just wasn't cutting it. Cheers!
- rglullis 2y agoThis screams of "if all you have is a hammer..." You just want/need a way to keep your CV in a source code format. Why not TeX/LaTeX?
- forgotpwd16 2y agoLaTeX requires retaining a large installation. Python and a web browser are usually always there. Also here resume exists in a structured form. Recently posted[0] RenderCV[1] does something similar but outputting to TeX instead. [0]: https://news.ycombinator.com/item?id=40472994 https://news.ycombinator.com/item?id=40472994 [1]: https://github.com/sinaatalay/rendercv https://github.com/sinaatalay/rendercv
- rglullis 2y ago> Python and a web browser are usually always there. Python is only there if you are on an Unix machine. If you are on Windows, that is not true. And if you are on Unix, then getting LaTeX is just a rpm/apt/homebrew command away. It's not like it's saving me from having to learn something. If I have to deal with a new DSL that does not give any real advantage over a generic tool, what is the point?
- avtar 2y agoSomeone built something the way that they did because they wanted to. Clearly this isn’t for you :shrug:
- spidersouris 2y ago> LaTeX requires retaining a large installation. Or just use Overleaf.
- dunk010 2y agoI used to have mine in LaTeX, rendering a nice PDF. But here's the thing, you're up against automated CV parsing systems that you don't have any insight into - a total black box. And it's a different black box with every recruiter. If your CV fails to parse, then it kicks out into a manual system where the recruiter has to add it all in. And as the market isn't wonderful right now, I would lean into making your CV as simple and congruent with their systems as possible. Which is to say, maddeningly, you should Just Use Microsoft Word. I know, I know...
- BehindBlueEyes 2y agoRecruiters don't waste time manually adding CVs that don't parse, that's why recruitment platforms ask a pdf of the cv and a plain text copy from candidates or god forbid one of those awful forms to input your cv again line by line... and if they don't require that, I'll assume a not parsing cv will just not be dealt with at all.
- spicyusername 2y agoIt would be helpful to have an image of what the resume looks like when generated.
- koek67 2y agoThere is! In the Readme I have provided a link: https://github.com/koek67/resume-builder/blob/main/resume.pdf https://github.com/koek67/resume-builder/blob/main/resume.pd...
- spicyusername 2y agoAwesome, thanks!
- joshuamcginnis 2y agoI'm still waiting on the resume builder that uses an llm to transform CVs into relevant titles and descriptions for adjacent related target positions.
- trolan 2y agoI'm starting my job search for graduation next year and have found, but not used, Huntr.com
- i_am_a_squirrel 2y agoI'll give it a shot! Thanks OP!
- koek67 2y agoWonderful!! Appreciate the interest!
- blacktechnology 2y agoCool. Do you have any plan to make it an online tool?
- sjithfin 2y ago[dead]
- imaddjeddai 2y agoI'll give it a try! Thanks, OP!