# ? Member Manager - Python CLI App
A simple command-line application to manage members (users) using Python.
You can add, view, search, edit, and delete members — with automatic data saving to a file.
---
## Features
- Add new member
- View all members
- Search members by:
- Name
- ID
- Status (active/inactive)
- Edit member details
- Delete a member
- Automatically save and load data from `members.txt`
---
## How to Run
Make sure Python is installed, then run:
```bash
python mo.py