Skip to content

APKDetailer-v1.0.0

Choose a tag to compare

@LinuxMint-User LinuxMint-User released this 23 Feb 11:28
· 4 commits to main since this release
c96be0a

A software written in Python and PyQt6. Make it easier to have check the APK details.

  • Features:
    • A morden colorful GUI
    • Directly drag the file or choose one
    • Replicable signature
    • Warn when the type of the file is wrong
    • Colored message
  • Version: 1.0.0
  • Compiling commad (remember to change the $ENV) (notice the '--add-data' if using Windows -> ";", if using Linux -> ":"): pyinstaller --onefile --windowed --add-data="icon.ico;." --add-data "$ENV\site-packages\pyaxmlparser\resources\public.xml;pyaxmlparser\resources" --icon=icon.ico --name=APKDetailer main.py

一款基于 Python 和 PyQt6 开发的软件,让查看APK信息更加简单。

  • 特点:
    • 一个现代化的彩色图形界面
    • 直接拖拽或选择一个文件
    • 可复制的文件签名
    • 在文件类型不正确时警告
    • 彩色的结果消息
  • 版本:1.0.0
  • 编译命令(记得更改 $ENV)(注意 '--add-data',在Windows中使用 ";",Linux中使用 ":"):pyinstaller --onefile --windowed --add-data="icon.ico;." --add-data "$ENV\site-packages\pyaxmlparser\resources\public.xml;pyaxmlparser\resources" --icon=icon.ico --name=APKDetailer main.py

Full Changelog: https://github.com/LinuxMint-User/useful-tools-4me/commits/APKDetailer-v1.0.0