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 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 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file portf-0.1.1.tar.gz.
File metadata
- Download URL: portf-0.1.1.tar.gz
- Upload date:
- Size: 517.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b234d3f9c44a83cca12a6b1e9b3183f99714bf5da21abdeaf5930cf31b756c0
|
|
| MD5 |
2062fa4174f26360767f41804c85cc51
|
|
| BLAKE2b-256 |
47179edde782604b283b164a3b6e5212cd4891ebbb07c78d8eff1bed216afaee
|
File details
Details for the file portf-0.1.1-py3-none-any.whl.
File metadata
- Download URL: portf-0.1.1-py3-none-any.whl
- Upload date:
- Size: 519.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26213fc09161604274d141aef041703e438bd32b5707b058769ed5d54af4fcff
|
|
| MD5 |
6328caca2c7665564c5106dd683e6b4c
|
|
| BLAKE2b-256 |
fb916f95a66814d2d7bcf2c60d5df1f534a5955eaf33e70e882992f1a5143789
|