A command-line tool that collects client automation needs, validates all input, and saves a formatted summary to a named .txt file.
- Structured data collection using a dictionary
- Menu-driven selection with loop-based validation
- Integer input handling that rejects non-numeric input gracefully
- Clean summary formatting and file output named after the client
python intake_form.pyThe script prompts for client name, business, task description, task frequency, and hours per occurrence. On completion, it prints a formatted summary and saves it as [name]_intake.txt.
----Client intake----
Name: Sara Ahmed
Business: Sara's Bakery
Task: Send weekly invoice emails
Frequency: Weekly
Hours: 2
Saved as Sara Ahmed_intake.txt.