项目作者: yogiz

项目描述 :
Generate listing md5 checksum for all files in a directory
高级语言: Python
项目地址: git://github.com/yogiz/MD5-Checksum-Directory-Generator.git
创建时间: 2019-11-28T09:51:03Z
项目社区:https://github.com/yogiz/MD5-Checksum-Directory-Generator

开源协议:

下载


MD5-Checksum-Directory-Generator

Generate listing md5 checksum for all files in a directory. The result will be add new file in your targer directory

ListDocuments.md5 (this file will be added)

And its contain list of your file detail in target directory (including all subdirectory file). The detail that produced by this tool is like in the following order :

| md5 checksum | filesize | filetype | encoding | filepath |

How to run this tool

This tool based on python3.
First you need to install library needed

pip3 install -r requirements.txt

Then run the program :

python3 app.py [path]

example :

python3 app.py /Users/yogi/Documents/Python/source/