CRCVerify-v1.0.0
·
4 commits
to main
since this release
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