Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-kapoor authored Jul 27, 2022
1 parent e4dc4b3 commit 2f40234
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Python_MessageEncoder
This simple script creates an encoded message that can be decoded with a code sample the script provides
This simple script creates an encoded message that can be decoded with a code sample the script provides.
This uses the seed functionality in python random library.

## Usage
```
usage: encode.py [-h] [--file FILE] [--msg MSG] [--seed SEED] [--size SIZE] [--char_range CHAR_RANGE] [--output OUTPUT] [--garbage GARBAGE]
Expand All @@ -16,7 +18,7 @@ options:
-o, --output Specify a text file where the output code will be saved
-g, --garbage Seed for garbage values
```
##Example
## Example
```
python encode.py -m message -c 256 -g garbage_seed
python encode.py -f file -s seed -c 256 -z 3 -o out.py
Expand Down

0 comments on commit 2f40234

Please sign in to comment.