mirror of
https://github.com/creyD/entro.py.git
synced 2026-04-12 12:00:28 +02:00
Draft Readme
This commit is contained in:
15
README.md
15
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
|
||||
|
||||
Reference in New Issue
Block a user