Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/james-see/fake-resume-generator
For FUN! Use at your own risk. No warranties, no exceptions.
https://github.com/james-see/fake-resume-generator
cv-template generator osint-resources resume resume-builder resumes
Last synced: 12 days ago
JSON representation
For FUN! Use at your own risk. No warranties, no exceptions.
- Host: GitHub
- URL: https://github.com/james-see/fake-resume-generator
- Owner: james-see
- License: unlicense
- Created: 2018-06-21T19:10:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T14:27:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T00:34:01.103Z (about 1 month ago)
- Topics: cv-template, generator, osint-resources, resume, resume-builder, resumes
- Language: Python
- Size: 2.23 MB
- Stars: 19
- Watchers: 0
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# fake-resume-generator
For FUN! Use at your own risk. No warranties, no exceptions.Licensed under the [WTFPL](http://www.wtfpl.net/). Have fun.
## example
Try this:
`python3 mark-cough.py -c 6 --font Times -p`
Or this:`python3 mark-cough.py -e '[email protected]' -n "Walden Silverman" -c 4 --font Times -p`
### Pro tip
You can just put in 'r' during the name input and it will randomize the email address and name for you.
Current -h:
```python3
usage: mark-cough.py [-h] [-v] [-s] [-f FOLDER] [-c COUNTERMAX] [-n NAMER]
[-e EMAILER] [--font FONT] [-g GROUP] [-p]Process documents to make them generative
optional arguments:
-h, --help show this help message and exit
-v, --verbose increase output verbosity
-s, --silent silent running server mode, no output to screen
-f FOLDER, --folder FOLDER
folder location
-c COUNTERMAX, --countermax COUNTERMAX
max number of lines for markov to write
-n NAMER, --namer NAMER
Full name to use for top of resume
-e EMAILER, --emailer EMAILER
email to use for contact info for resume
--font FONT font-selector either Times, Georgia, or Courier
-g GROUP, --group GROUP
add custom Group affiliation section
-p, --pdf Generate a PDF in addition to the html
```