Skip to content
View feiyiii's full-sized avatar

Block or report feiyiii

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
feiyiii/README.md

Use Streamlit to create a personal website

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.

Video Tutorial

YouTube Video

Check out the website here

📢 https://share.streamlit.io/sven-bo/personal-website-streamlit/app.py

Screenshots

Screenshots Screenshots Screenshots

Requirements

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

Run the app

  • 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

Author

ko-fi

Feedback

If you have any feedback, please reach out to me at contact@pythonandvba.com Logo

Addendum

@pythoninthegrass additions

Popular repositories Loading

  1. wwdata wwdata Public

    Python

  2. feiyiii feiyiii Public

    HTML

  3. opencode_llm opencode_llm Public

    TypeScript