PyApply is a command-line interface (CLI) tool designed to automate coverletter creation, significantly reducing the time required to perform them. Heres a Walkthrough on Medium and Youtube
Note
Currently, this app only works for ASU Student jobs.
-
Cover Letter Generation: PyApply can generate cover letters based on provided job descriptions and user details.
-
Preset and Custom Themes: Choose from predefined themes or use your own custom theme for the cover letters.
-
User Profile Management: Set user details globally or for specific tasks using JSON files.
pip install pyapply
Note
if the below commands dont work directly, try adding python -m
before every command listed below.
Example: python -m pyapply about
pyapply about
pyapply set_user <path/to/save/asujobs>
pyapply set_resume <path/of/resume.txt>
pyapply listen
Coverletters will be generated automatically as soon as the clipboard values change.
PyApply can convert a process that typically takes 5-10 minutes into a task that takes just 30 seconds.
License MIT