Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```