Skip to content

Saigenix/portf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portfolio Builder

🔧Create Your Portfolio Site Within minutes

site image

📃follow given Documentation To create Your Site👇


To install the library 👇

pip install portf

from portf import builder

# create object from Data Class
dt = builder.Data("Your Name")

# Edit Attributes of Object 
dt.image = "Image Url"
dt.about = "Enter details about you"

# To The the app
builder.RunApp(port=5000,dt)

References for Data Class

Attribute Description Type
name Your Name str
resume Resume download url str
occupation your job str
image image url str
insta Instagram Url str
git github Url str
twitter twitter Url str
linkedin linkedin Ur str
about details about You str
age 0 int
email example@gmail.com email
phone +910000000000 number
address Your Address str
language languages you know str
Programming your Skills str
tools your Skills str
internet Your Skills str
other other Skills str

Other Attributes

work = [{"time":"JUNE 2021 - PRESENT",
         "company":"Company Name",
         "post":"Job Post",
         "info":"Info about job"}] # list fo object

projects = [{"time":"JUNE 2021 - PRESENT",
             "name":"Name of Project",
             "info":"Info about project"}] # list fo object

education = [{"time":"2018 - 2020",
             "name":"Name of degree",
             "course":"Course Name",
             "collage":"Collage Name",
             "info":"Info about Course",
             "projects":["Project info",'achievements']}] # list fo object

this module uses flask for website generation, feel free to contribute

More features and ==themes== will be coming soon✅

Created By @saigenix , All rights are reserved

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published