Employee Management CLI A simple and intuitive Command Line Interface (CLI) application to manage employee data. This project is built with Python and allows users to add, view, and manage employee records directly from the terminal.
Features Add employees with details such as ID, name, position, and salary. List all employees currently in the system. Simple and user-friendly terminal interface. Input validation for numeric fields (e.g., salary).
Technologies Used Python: A versatile and widely-used programming language.