mirror of
https://github.com/creyD/entro.py.git
synced 2026-04-12 20:00:29 +02:00
14 lines
236 B
Markdown
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
|