diff --git a/README.md b/README.md index 2678e15..6393c49 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ -# entropy_calc -Calculates the information entropy of a given string or file +# 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