Skip to content

rafnixg/rafnixg-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rafnix Guzmán - Personal Card

Hi there 👋

This is my personal card rafnixg.dev

image

How to use it? 🤔

Install using pip:

pip install rafnixg

Then run it:

rafnixg

Extra Tools 🛠

Blog Posts

from rafnixg import BlogPosts

blog_posts = BlogPosts()
blog_posts.get_posts()

CV Resume

from rafnixg import Resume

resume = Resume()
resume.get_resume()