This is a web application built with Python to showcase my Python projects. Live Demo
- Homepage: Display the projects I did and the source codes included.
- Contact form: Users can send an email through the contact form. The email is sent using the SMTP protocol.
- Python
- Streamlit
- smtplib
- ssl
- Clone the repository.
- Install the required dependencies using pip: pip install -r requirements.txt
- Set up the environment variable for the email password.
- Run the application: streamlit run app.py
Navigate to the contact page and fill in the form to send an email.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.