Metadata-Version: 2.1
Name: kennypavan
Version: 1.0.0
Summary: Kenny Pavan: About, projects, and resume as a PyPi package.
Home-page: https://github.com/kennypavan/kennypavan
Author: Kenny Pavan
Author-email: pavan@protonmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Because it was too easy to just make this a pdf. 
Below is a simple package which has methods for displaying details about my experience, skills, hobbies, current projects, some inspirational quotes, and resume. 

## Install
```
pip install kennypavan
```

## Usage
```python
import kennypavan as kp #importing me as my initials

#treating myself as an object
kennypavan = kp.kennypavan()

#about me
kennypavan.about()

#skillset
kennypavan.skills()

#experience
kennypavan.experience()

#education
kennypavan.education()

#show any publications
kennypavan.publications()
```

<br />
<br />

<font size="18px">🤷</font><br />
<i>There's also a few properties</i>
