|
7 | 7 |
|
8 | 8 | ###### The program will require you to choose an algorithm (md5, sha1, sha224, sha256, sha384, sha512) and the files that you'll want to check. Here are the possible options: |
9 | 9 |
|
10 | | - Usage: ./CheckMySum.exe [-a/--algorithm] ALGORITHM [-f/--files] FILES ... |
11 | | - ------------------------------------------------------------------------- |
| 10 | + Usage: CheckMySum.exe [-a/--algorithm] ALGORITHM [-f/--files] FILES ... [-u/--upper] [-g/--generate GENERATE] |
| 11 | + ------------------------------------------------------------------------------------------------------------- |
12 | 12 |
|
13 | | - '-h', '--help' Show the help message and exit |
| 13 | + '-h', '--help' Show the help message and exit |
| 14 | + '-v', '--version' Show the programs version and exit |
14 | 15 |
|
15 | | - '-a', '--algorithm' Defines the hash algorithm to be used |
16 | | - '-f', '--files' Select the files to be checked |
17 | | - '-v', '--version' Show the programs version and exit |
| 16 | + '-a', '--algorithm' Defines the hash algorithm to be used |
| 17 | + '-f', '--files' Select the files to be checked |
| 18 | + '-u', '--upper' Display the hash value in uppercase letters |
| 19 | + '-g', '--generate' Generate a checksum file for the files checked |
| 20 | + |
| 21 | +###### You can generate a hash file with the results computed by the program, just use the '-g' or '--generate' option and input a filename for the hash file to be created. |
| 22 | + |
| 23 | +###### You can display the hash in uppercase letters by using the '-u' or '--upper' option. By default the hash will be displayed in downcase letters. |
18 | 24 |
|
19 | 25 | ###### I've made this program to be used on Windows but it can run just fine on other operating systems (like GNU/Linux, BSD and OSX), as long as you have Python 2. |
20 | 26 |
|
| 27 | +## [Check the CHANGELOG.txt for more informations!](https://raw.github.com/Wolfterro/CheckMySum/master/CHANGELOG.txt) |
| 28 | + |
21 | 29 | ### Requirements: |
22 | 30 |
|
23 | 31 | #### Compiling: |
|
33 | 41 |
|
34 | 42 | ##### You can execute the program directly if you don't want to compile it or in case you don't have PyInstaller: |
35 | 43 |
|
36 | | - python src/Main.py [-a/--algorithm] ALGORITHM [-f/--files] FILES ... |
| 44 | + python2 src/Main.py [-a/--algorithm] ALGORITHM [-f/--files] FILES ... [-u/--upper] [-g/--generate GENERATE] |
37 | 45 |
|
38 | 46 | ### Download: |
39 | 47 |
|
40 | 48 | ##### **PS**: Binary files doesn't require Python to be installed! |
41 | | -#### ***Binary (Windows):*** https://github.com/Wolfterro/CheckMySum/releases/tag/v1.0.0-Windows |
42 | | -#### ***Código-fonte:*** https://github.com/Wolfterro/CheckMySum/archive/master.zip |
| 49 | +#### ***Binary (Windows):*** https://github.com/Wolfterro/CheckMySum/releases/tag/v1.0.1-Windows |
| 50 | +#### ***Source code:*** https://github.com/Wolfterro/CheckMySum/archive/master.zip |
0 commit comments