mirror of
https://github.com/creyD/entro.py.git
synced 2026-04-12 20:00:29 +02:00
Draft Readme
This commit is contained in:
15
README.md
15
README.md
@@ -1,2 +1,13 @@
|
|||||||
# entropy_calc
|
# Entropy Calculator
|
||||||
Calculates the information entropy of a given string or file
|
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user