Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 566 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 566 Bytes

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()