-
Command:
python3 main.py [-h] --action ACTION --path PATH [--output OUTPUT] [--message MESSAGE]
-
Example:
python3 main.py --action encode --path './test.jpeg' --output './test.png' --message "text to encode"
-
Example:
python3 main.py --action decode --path './test.png'