Skip to content

Commit

Permalink
rm
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel242242 committed Jun 6, 2024
1 parent 21d3813 commit 0feb7d3
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
# Build A Digital Resume Using Python & Streamlit - Czechitas fork
## Build A Digital Resume Using Python & Streamlit - Czechitas fork

Create a digital resume in minutes with Python and Streamlit. In this tutorial, I'll show you what it takes to build a digital resume using Python and Streamlit.<br>

Feel free to use this template and adjust it to your needs & liking.<br>


## 💡The whole thingy is inspired by random internet heroes:
### 💡The whole thingy is inspired by random internet heroes:

- Repository here: https://github.com/divanov11/Digital-Resume
- YouTube video here: https://youtu.be/clwpf3VwCZQ
- Sven Bo: https://github.com/Sven-Bo/digital-resume-template-streamlit

## Necessary slide deck
### Necessary slide deck

[Slides](https://docs.google.com/presentation/d/1I2mzfgkjh4b3GsFnZI1gwj7xmO6KIJlwChzHwpFROKE)

## Live Demo
### Live Demo

👉 https://chocho.streamlit.app/

## Screenshots
### Screenshots

![Demo1](./assets/demo1.png?raw=true 'Demo1')
![Demo2](./assets/demo2.png?raw=true 'Demo2')

## Requirements
### Requirements

Install the dependencies with pip

Expand All @@ -33,19 +33,18 @@ Pillow==9.2.0
streamlit==1.12.0
```

## Run the app
### Run the app

Terminal

```
# vanilla terminal
streamlit run app.py
```

## Run automagically
### Run automagically

Find `.devcontainer/_devcontainer.json` have a look inside, remove underscore and get through the enchanted gate to github codespaces automation.


## Pro tip:
### Pro tip:
Copy the app code and as chatgpt to fill it with information from your resume. Works pretty well.

0 comments on commit 0feb7d3

Please sign in to comment.