Files
entro.py/README.md
2019-07-15 19:16:03 +02:00

14 lines
236 B
Markdown

# Entropy Calculator
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