Skip to content

UgoDS/streamlit-resume

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Resume Using Python & Streamlit

Create a digital resume using Python and Streamlit.

💡 This page is more than inspired from @divanov11 work. 💡
Find his:

Screenshots

Demo1

Requirements

Create a dedicated virtual env.

python3 -m venv .venv
source .venv/bin/activate
```

Install the dependencies with pip.
```
pip install -r requirements.txt
```

## Run the app
Terminal
```
streamlit run app.py
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.4%
  • CSS 7.6%