Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

automation-intake-form

A command-line tool that collects client automation needs, validates all input, and saves a formatted summary to a named .txt file.

What it demonstrates

  • 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

Usage

python intake_form.py

The 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.

Sample output

----Client intake----

Name: Sara Ahmed

Business: Sara's Bakery

Task: Send weekly invoice emails

Frequency: Weekly

Hours: 2

Saved as Sara Ahmed_intake.txt.

About

A command-line intake tool that collects client automation needs, validates all input, and saves a formatted summary to a named file.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages