# aqiePythonTools **Repository Path**: aqie-task/aqie-python-tools ## Basic Information - **Project Name**: aqiePythonTools - **Description**: python 开源工具库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-20 - **Last Updated**: 2025-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### install ''' https://blog.csdn.net/zhoukeguai/article/details/113247342 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple selenium pillow pyinstaller pandas ''' #### build ``` pyinstaller --onefile --windowed screenshot_async_block.py --onefile:创建单个可执行文件。 --windowed:防止显示命令行窗口(适用于GUI应用程序)。 ```