Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 719 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 719 Bytes

coverpy

Automatically write cover letters from templates via args or stdin

Demonstration Image

Usage:

If you don't know the args of the template you are using

./coverpy.py -file - output is saved to _out.txt ./coverpy.py -file -outfile <output_file> - output is saved to

If you do know the args of the template you are using (example using basictemplate.txt)

./coverpy.py -file basictemplate.txt -tname Bob -position hackerman -source LinkedIn -study_year 4th -course "Ethical Hacking" -university Abertay -yname -outfile test.txt

Any args you don't specify will be requested through stdin (notice yname).