From 50c97a44a6696980c145612e43a6a3e0e08959c8 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 15 Jul 2019 19:16:03 +0200 Subject: [PATCH] Draft Readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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