Create a personal website using Python and the Streamlit library. This website will be able to serve as a place for you to share your thoughts, projects, and anything else you want.
📢 https://share.streamlit.io/sven-bo/personal-website-streamlit/app.py
streamlit_lottie==0.0.2
streamlit==1.3.0
requests==2.24.0
Pillow==8.4.0
protobuf~=3.19.0
watchdog==2.1.8
- Terminal
# vanilla terminal streamlit run app.py # poetry poetry add `cat requirements.txt` poetry run streamlit run app.py # quit ctrl-c - VSCode
- Open the repo directory in VSCode
- Open
app.py - Start debugging with F5
- Stop debugging with Shift-F5
Explore my tools and templates for Excel, automation, and more.
- YouTube: CodingIsFun
- Website: PythonAndVBA
- LinkedIn: Sven Bosau
- Contact: Get in Touch
If you find this project helpful, consider buying me a coffee.
@pythoninthegrass additions
- Setup Poetry, reverted protobuf
- Added watchdog for performance
- VSCode debugging with launch.json
- Exclusions with
.gitignore - Linting via
.editorconfig



