文件名称:VLEAPP:车辆日志事件和属性解析器
文件大小:846KB
文件格式:ZIP
更新时间:2024-08-24 13:24:17
JavaScript
应用程序 此处博客文章中的车辆日志事件和属性解析器详细信息: : 直接从压缩的 .tar/.zip 文件或目录中选择解析。 先决条件: 此项目要求您在系统上安装 Python > 3.7.4。 理想情况下使用 Python 3.9(处理速度明显更快!) 安装 要安装依赖项,请运行: pip install -r requirements.txt 要在Linux上运行,您还需要像这样单独安装tkinter : sudo apt-get install python3-tk 编译为可执行 编译为可执行文件,以便您可以在未安装 python 的系统上运行它。 要创建 vleapp.exe,请运行: pyinstaller --onefile vleapp.spec 要创建 ileappGUI.exe,请运行: pyinstaller --onefile --noconsol
【文件预览】:
VLEAPP-main
----vleapp.spec(1KB)
----vleapp.py(7KB)
----vleappGUI.spec(1KB)
----scripts()
--------artifacts()
--------report.py(11KB)
--------feather.min.js(73KB)
--------ilapfuncs.py(11KB)
--------artifact_report.py(6KB)
--------dashboard.css(2KB)
--------dark-mode-switch.js(863B)
--------ilap_artifacts.py(3KB)
--------logo.jpg(125KB)
--------parse3.py(34KB)
--------MDB-Free_4.13.0()
--------version_info.py(446B)
--------html_parts.py(14KB)
--------dark-mode.css(2KB)
--------search_files.py(4KB)
----requirements.txt(125B)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(17B)
----vleappGUI.py(8KB)