Skip to content
/ cv Public

My CV! But in stead of as a silly word document it's code ๐Ÿ˜

Notifications You must be signed in to change notification settings

nicolaei/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Nicolas Harlem Eide's CV

Yup, this is my CV! It's tested, scalable and continuously deployed!

Running

To view my CV, you can either check out the prettified PDF, or check it out in your local python REPL!

To start off, you'll have to install the requirements.

pip install -r requirements.txt

Now you can try to run it in your local python REPL!

>>> from nicolas import cv, formatting

>>> help(cv)
# [Help text for CV]

>>> help(formatting)
# [Help text for formatting]

The formatting module will let you view the data from the CV in a more pretty format. Give it a try!

>>> print(formatting.header(cv.name))
===================================================================
===================================================================
======================                       ======================
======================  Nicolas Harlem Eide  ======================
======================                       ======================
===================================================================
===================================================================

About

My CV! But in stead of as a silly word document it's code ๐Ÿ˜

Resources

Stars

Watchers

Forks

Packages

No packages published