An open API service indexing awesome lists of open source software.

https://github.com/trafitto/md5_cheker_tools

Simple MD5 Python tool
https://github.com/trafitto/md5_cheker_tools

Last synced: 2 months ago
JSON representation

Simple MD5 Python tool

Awesome Lists containing this project

README

          

# README #

Simple and easy tool for check MD5

### How do I get set up? ###

* **checkMD5** -> print the MD5 checksum

```
#!python

checkMD5.py
```

* **checkMd5_Folder** -> (put this in the folder you want to check) print the Md5 checksum for all file in the folder
(Just start .py program)
```
#!python

checkMd5_Folder.py
```

* **FindMD5_Folder** -> (put this in the folder you want to check) print the file name with the parsed MD5 checksum.

```
#!python

FindMD5_Folder.py
```

# Note #

* If you find some error in my bad english please notify me. Tanks a lot :)