mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
chg: [style] Reformated with black.
This commit is contained in:
parent
891051f77b
commit
a1213a9163
13 changed files with 275 additions and 184 deletions
|
@ -36,11 +36,9 @@ except:
|
|||
|
||||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(prog='stegano-steganalysis-parity')
|
||||
parser.add_argument("-i", "--input", dest="input_image_file",
|
||||
help="Image file")
|
||||
parser.add_argument("-o", "--output", dest="output_image_file",
|
||||
help="Image file")
|
||||
parser = argparse.ArgumentParser(prog="stegano-steganalysis-parity")
|
||||
parser.add_argument("-i", "--input", dest="input_image_file", help="Image file")
|
||||
parser.add_argument("-o", "--output", dest="output_image_file", help="Image file")
|
||||
arguments = parser.parse_args()
|
||||
|
||||
input_image_file = Image.open(arguments.input_image_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue