https://github.com/allanotieno254/streamlit-user-info-form-advanced
The form ensures valid inputs and provides feedback to users through Streamlit’s interactive UI features. Additionally, it includes a success message with animations to enhance user experience.
https://github.com/allanotieno254/streamlit-user-info-form-advanced
libraries python streamlit visualization
Last synced: 7 months ago
JSON representation
The form ensures valid inputs and provides feedback to users through Streamlit’s interactive UI features. Additionally, it includes a success message with animations to enhance user experience.
- Host: GitHub
- URL: https://github.com/allanotieno254/streamlit-user-info-form-advanced
- Owner: AllanOtieno254
- Created: 2025-02-26T20:41:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-26T21:07:07.000Z (7 months ago)
- Last Synced: 2025-02-26T21:29:30.208Z (7 months ago)
- Topics: libraries, python, streamlit, visualization
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit User Information Form
## Overview
This is a **Streamlit-based interactive form** that collects user information, calculates age based on birth date, and saves the data into a CSV file. The form provides real-time feedback and an engaging UI.
## Features
- **User-Friendly UI** built with Streamlit
- **Age Calculation** based on birth date input
- **Form Validation** to ensure complete input
- **CSV Data Storage** for persisting user data
- **Interactive Feedback** using Streamlit’s success messages and animations## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/Streamlit-User-Info-Form.git