# python-chart-test **Repository Path**: L_MH/python-chart-test ## Basic Information - **Project Name**: python-chart-test - **Description**: Python生成统计图 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-08-26 - **Last Updated**: 2023-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 生成可执行程序命令 1. Windows ```shell pyinstaller --onefile .\main.py -n chart-tool ``` 2. Linux ```shell python3 -m PyInstaller --onefile ./main.py -n chart-tool ``` ### 启动示例 ```shell main.py ./chart1.json pie-chart.png ```