Draft Readme

This commit is contained in:
2019-07-15 19:16:03 +02:00
committed by GitHub
parent cca0c95483
commit 50c97a44a6

View File

@@ -1,2 +1,13 @@
# entropy_calc # Entropy Calculator
Calculates the information entropy of a given string or file
Written in Python, this calculates the information entropy of a given string or file.
## Usage
``` entrop_calc.py C:/PATH/FILENAME.txt ```
or
``` entrop_calc.py 'TESTSTRING' ```
## Example Data
## Explanation