diff --git a/README b/README index 17c1563..fb2ee7b 100644 --- a/README +++ b/README @@ -1,11 +1,7 @@ -.. -*-restructuredtext-*- - -======= Stéganô ======= -:author: Cédric Bonhomme -:contact: http://cedricbonhomme.org/ +#### A Python Steganography module. Installation @@ -20,11 +16,8 @@ Use Stéganô as a library in your Python program If you want to use Stéganô in your Python program you just have to import the appropriate steganography technique. For example: - from stegano import slsb - secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde") - secret.save("./Lenna-secret.png") @@ -36,7 +29,6 @@ In addition you can use Stéganô as a program. Example: ~/stegano/$ sudo python setup.py install - ~/$ slsb --hide -i ../examples/pictures/Lenna.png -o Lena1.png -m "MessageBo"