mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
Updated README.
This commit is contained in:
parent
04322fb7ff
commit
2193d493d1
1 changed files with 6 additions and 3 deletions
5
README
5
README
|
@ -29,7 +29,10 @@ 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
|
||||
.. code-block:: python
|
||||
:linenos:
|
||||
|
||||
rom stegano import slsb
|
||||
|
||||
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue