# EsimManagementTool **Repository Path**: WangCharley/EsimManagementTool ## Basic Information - **Project Name**: EsimManagementTool - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-02-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EsimManagementTool #### 介绍 由于工作中需要用到大量的eSIM卡,需要将卡片的ICCID和对应的手机号统一存储管理,就利用自己的有限的python经验,写了一个管理小工具. 平台: python3.4+pyqt4+sqlite3 导入方式,从制定格式的excel文件中倒入ICCID和PHoneNo.数据对,存储到slqlite数据库 导入数据模板 如下图所示,导入数据共有两列,前一列是ICCID,后一列是对应的PhoneNo.带表头. ![导入模板](https://gitee.com/duoluoxiaosheng/EsimManagementTool/raw/master/UI/19-02-16导入模板.png) 软件界面 ![程序主界面][1] ![数据倒入界面][2] ![数据编辑界面][3] 编写过程中遇到问题,都在源码中以注释的形式说明,水平有限,程序肯定有很多不足,放在这里,希望得到大家的指点,请大家多提意见. [1]: https://gitee.com/duoluoxiaosheng/EsimManagementTool/raw/master/UI/19-02-16主界面.png [2]: https://gitee.com/duoluoxiaosheng/EsimManagementTool/raw/master/UI/19-02-16修改界面.png [3]: https://gitee.com/duoluoxiaosheng/EsimManagementTool/raw/master/UI/19-02-16导入界面.png