# Log-Analysis-Tool **Repository Path**: gwt805/Log-Analysis-Tool ## Basic Information - **Project Name**: Log-Analysis-Tool - **Description**: 由 PyQt5 打造 内部 console 日志分析工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-04-07 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 日志分析工具
# Used ``` > pip install twine > python setup.py bdist_wheel > twine upload dist/log_analysis_tool-your_version-py3-none-any.whl # 会提示输入你的 PyPi Token > pip install -U log-analysis-tool > log_analysis_tool # 这样就会界面就会弹出来了 or > cd log_analysis_tool > python app.py ```