# notice-py **Repository Path**: qf-gitee/notice-py ## Basic Information - **Project Name**: notice-py - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-23 - **Last Updated**: 2025-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README pip3 freeze > requirements.txt pip install -r requirements.txt # 安装打包工具 pip install pyinstaller # 打包 pyinstaller --onefile 命令可以生成一个独立的可执行文件,该文件包含了所有必需的库和资源。 pyinstaller --onefile taiping.py pyinstaller --onefile AppMain.py # 删除谷歌 sudo apt remove google-chrome-stable # 安装谷歌,自动联网下载安装包进行安装 sudo apt install google-chrome-stable export QTWEBENGINE_DISABLE_SANDBOX=1 查看google浏览器版本 google-chrome -version