A pyhton packages for creating portfolio site within minutes
Project description
Portfolio Builder
🔧Create Your Portfolio Site Within minutes
📃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 Url | str | |
linkedin Ur | str | |
about | details about You | str |
age | 0 | int |
example@gmail.com | ||
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
Release history Release notifications | RSS feed
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.6.tar.gz
(517.7 kB
view hashes)
Built Distribution
portf-0.0.6-py3-none-any.whl
(519.0 kB
view hashes)