# 员工信息管理系统 **Repository Path**: Sunhaola/staff_info_system ## Basic Information - **Project Name**: 员工信息管理系统 - **Description**: 员工信息管理系统 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-12 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 员工信息管理系统 ## 项目简介 Employee information management system ## 软件架构 支持员工信息的插入、删除、修改、查询、遍历 ## 安装教程 Please use Python 3.10 1.项目拉取到本地 ``` $ git clone https://gitee.com/Sunhaola/staff_info_system.git ``` 2.输入如下指令安装第三方库 ``` $ pip install -r requirements.txt ``` 3.运行代码 ``` $ python main.py ``` ## 使用说明 1.运行程序后可以输入 help 查看帮助信息 2.或者输入help + 具体操作,显示这个操作更详细的用法及使用用例 例如: help list ``` Help: Action: LIST Usage_1: list field_type:field Usage_2: list sort:field_type (default asc) Usage_3: list sort:field_type:field Usage_4: list field_type:field,sort:field_type Example1: list position:python开发工程师 Example2: list sort:number Example3: list sort:number:desc Example4: list branch:云BG,sort:name ``` ## 关于作者 MIT © Sun Hao Email:418401232@qq.com