# bill **Repository Path**: capsion/bill ## Basic Information - **Project Name**: bill - **Description**: 通过 [PIL 包] 创建电子发票 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xml 操作简单库 #### 介绍 使用python3 使用PIL库 简单生成jpg格式的电子发票 #### 使用说明 1. 通过python调用 ``` #基本语法: python.exe bill.py 发票金额 发票日期 发票单位 默认在当前目录下生成jpg #详细配置: 请直接修改 config.py ,注释非常详细 ```