{"id":19520226,"url":"https://github.com/jalfr3d/streamlit-portfolio","last_synced_at":"2026-04-09T22:51:07.848Z","repository":{"id":207427546,"uuid":"632192257","full_name":"jalfr3d/streamlit-portfolio","owner":"jalfr3d","description":"A simple streamlit webapp with a portfolio look-like","archived":false,"fork":false,"pushed_at":"2023-11-15T18:10:52.000Z","size":1971,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-08T13:35:59.486Z","etag":null,"topics":["pandas","pandas-python","portfolio","portfolio-page","portfolio-template","python","streamlit","streamlit-application"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jalfr3d.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-04-24T22:50:51.000Z","updated_at":"2024-04-15T11:49:58.000Z","dependencies_parsed_at":"2023-11-15T19:38:09.127Z","dependency_job_id":null,"html_url":"https://github.com/jalfr3d/streamlit-portfolio","commit_stats":null,"previous_names":["jalfr3d/streamlit-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalfr3d%2Fstreamlit-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalfr3d%2Fstreamlit-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalfr3d%2Fstreamlit-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalfr3d%2Fstreamlit-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jalfr3d","download_url":"https://codeload.github.com/jalfr3d/streamlit-portfolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240768177,"owners_count":19854408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pandas","pandas-python","portfolio","portfolio-page","portfolio-template","python","streamlit","streamlit-application"],"created_at":"2024-11-11T00:24:34.687Z","updated_at":"2026-04-09T22:51:02.812Z","avatar_url":"https://github.com/jalfr3d.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamlit Portfolio\n\nThis project is a Streamlit-based portfolio website that showcases a Python developer's work and provides a way for visitors to contact the developer. It consists of a main page displaying the developer's information and a list of projects from a CSV file. It also includes a \"Contact Us\" page with a form for sending email messages to the developer.\n\n## Main Page\nThe main page of the portfolio website is the entry point for visitors. It displays the developer's profile picture, a title, and a brief introduction. Below the introduction, there is a list of projects with their titles, descriptions, images, and source code links.\n\n### Dependencies\n- Streamlit\n- Pandas\n\nThe main page code is located in `main.py`.\n\n## Contact Us Page\nThe \"Contact Me\" page allows visitors to send an email message to the developer. It includes a form with fields for the visitor's email address and message. When the visitor submits the form, the email message is sent using the provided email address and a predefined email template.\n\nThe \"Contact Me\" page code is located in the `contact.py` file.\n\n### Dependencies\n- Streamlit\n\n## Sending Email\nThe email sending functionality is handled in the `send_email.py` file. It uses SMTP to send emails and requires the following information to be provided in the code:\n- Sender's email address\n- Password (stored as an environment variable for security)\n- Receiver's email address\n- SMTP server information\n\nPlease ensure you replace the placeholders with your actual email addresses and the appropriate SMTP server details.\n\n### Dependencies\n- smtplib\n- ssl\n- os\n\n## Portfolio Data\nThe portfolio project data is read from a CSV file. The CSV file should be structured with at least the following columns:\n- `title`: The title of the project\n- `description`: A description of the project\n- `image`: The filename of the project's image (located in the \"images\" directory)\n- `url`: The source code URL of the project\n\nThe data is loaded and displayed on the main page.\n\n## Running the Portfolio\nTo run the portfolio website, make sure you have Streamlit and other required dependencies installed. You can run it using the following command:\n\n```\nstreamlit run main.py\n```\n\n## License\n\nThis project is licensed under the MIT License. You are free to use and modify the code for your own purposes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalfr3d%2Fstreamlit-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalfr3d%2Fstreamlit-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalfr3d%2Fstreamlit-portfolio/lists"}