Skip to main content

A pyhton packages for creating portfolio site within minutes

Project description

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 RunApp,Data

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

# Edit Variables of Object 
# For Ex
dt.image = "Image Url"

# To The the app
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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

portf-0.0.1.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

portf-0.0.1-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page