8000 GitHub - hnguyentt/cv_graph: Generating a simple graph of resume.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hnguyentt/cv_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLE INTERACTIVE RESUME GRAPH

cv_graph

Package requirements

pip install pyvis

To generate a resume graph, these materials are required:

(1) Images for the graph that are stored in the images folder.
(2) cv.txt in this format:

  • List all nodes first:
N#  \<node name\>   \<img name (without extension)\>
  • List all edges:
E#    \<N# of node 1\>    \<N# of node 2\>    \<HTML color code (without #)\>

Then, run:

python generate_graph_cv.py

The file cv.html file is generated.

I have embedded the my graph into my blog here
This graph is interactive that means you can drag, zoom in, zoom out, change the position of nodes, etc.

About

Generating a simple graph of resume.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0