# 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