This Python script helps users select the appropriate pump type based on their flow rate, pressure, and other requirements. It follows a structured decision tree inspired by an industrial pump selection flowchart.
- The script prompts users to input their flow rate in GPM.
- Based on the flow rate, it asks additional questions regarding pressure, particulate matter, self-priming capability, and other factors.
- After gathering the necessary inputs, it determines and prints the most suitable pump type.
Run the script in a Python environment:
python pump_selection.pyFollow the prompts to receive the recommended pump type.
- Python 3.x
This project is open-source and available for use under the MIT License.