Skip to content

Releases: LinuxMint-User/usefulTools

FolderTree-v1.0.0

28 Apr 13:27
0dfd8e8

Choose a tag to compare

A software written in Python and PyQt5. Make it easier to get the folder tree.

  • Features:
    • A morden GUI
    • Multiple output files.
    • Copy to clipboard.
    • Ignore(or not) hidden files or folders.
    • show(or not) file size.
    • Choose which folder to expand.
  • Version: 1.0.0
  • Compiling command (notice the '--add-data' if using Windows -> ";", if using Linux -> ":"): pyinstaller.exe --onefile --windowed --add-data="icon.ico;." --icon=icon.ico --name=FolderTree main.py

一款基于 Python 和 PyQt5 开发的软件,让获取文件夹目录树更简单。

  • 特点:
    • 一个现代化的图形界面
    • 支持多种输出文件格式
    • 直接复制到剪切板
    • 选择是否忽略隐藏文件和文件夹
    • 选择是否显示文件大小
    • 选择需要展开的文件夹
  • 版本:1.0.0
  • 编译命令:(注意 '--add-data',在Windows中使用 ";",Linux中使用 ":"):pyinstaller.exe --onefile --windowed --add-data="icon.ico;." --icon=icon.ico --name=FolderTree main.py

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

CRCVerify-v1.0.0

25 Jan 17:24
c96be0a

Choose a tag to compare

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

  • CRC Support:
    • MD5
    • SHA1
    • SHA256
  • Features:
    • A morden GUI
    • Directly drag the file or choose one
    • Paste/Input the CRC value or choose a checksum file
    • Auto detect the type of CRC value
    • Warn when the type of the checksum file is wrong
    • A colored message that figures out the result
  • Version: 1.0.0
  • Compiling command (notice the '--add-data' if using Windows -> ";", if using Linux -> ":"): pyinstaller --onefile --windowed --add-data="icon.ico;." --icon=icon.ico --name=CRCVerify main.py

一款基于 Python 和 PyQt6 开发的软件,让校验文件更加简单。

  • CRC 支持:
    • MD5
    • SHA1
    • SHA256
  • 特点:
    • 一个现代化的图形界面
    • 直接拖拽或选择一个文件
    • 粘贴或者输入 CRC 值或者选择一个校验和文件
    • 自动识别 CRC 值的类型
    • 在校验和文件不正确时警告
    • 一条彩色的结果消息
  • 版本:1.0.0
  • 编译命令(注意 '--add-data',在Windows中使用 ";",Linux中使用 ":"):pyinstaller --onefile --windowed --add-data="icon.ico;." --icon=icon.ico --name=CRCVerify main.py

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

APKDetailer-v1.0.0

23 Feb 11:28
c96be0a

Choose a tag to compare

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