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
- Host: GitHub
- URL: https://github.com/trafitto/md5_cheker_tools
- Owner: Trafitto
- Created: 2016-11-10T11:20:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T11:25:18.000Z (over 9 years ago)
- Last Synced: 2025-12-26T20:57:45.389Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 :)