Skip to content

🎉 📝一个用来修改文件 MD5 值的命令行小工具

License

Notifications You must be signed in to change notification settings

shkey/change-the-md5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

change the MD5

The MIT License PyPI

有时候在使用某网盘的时候总会遇到文件无法上传或者是上传后无法分享的情况,所以抽了个时间写了个改变文件 MD5 值的小工具,目前只能算是基本能用吧,后续再继续完善。

安装

pip3 install ctmd5

使用

$ ctmd5 --help
Usage: ctmd5 [OPTIONS] FILE

  A CLI tool used to change the MD5 of files

Options:
  -s, --show  show the md5 value. (When the file is large, it will take a long
              time.)
  --version   Show the version and exit.
  --help      Show this message and exit.

示例

运行

$ ctmd5 -s The.Big.Bang.Theory.mp4
before md5: 23aefe6872325590956548dec285849f
The file[The.Big.Bang.Theory.mp4] md5 value has been changed.
after md5: 447e1bb20de228dcdead50db56415b7c

LICENSE

The MIT License @shkey

About

🎉 📝一个用来修改文件 MD5 值的命令行小工具

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages