A robust, Object-Oriented Command Line Interface (CLI) application designed to manage livestock records, health tracking, and farm productivity.
- Livestock Registration: Add and track individual cattle with unique IDs.
- Health Management: Log vaccinations, medical history, and health status.
- Productivity Tracking: Monitor milk production or weight gain records.
- Search & Filter: Quickly locate specific animals within the database.
- Object-Oriented Programming (OOP): Utilizes classes and inheritance for clean, maintainable code.
- Data Persistence: (Note: If you use a CSV or JSON to save data, mention it here).
- Python 3.x: Built using standard Python libraries for high compatibility.