mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Updated README.
This commit is contained in:
parent
2193d493d1
commit
13ed201fc3
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -32,7 +32,7 @@ If you want to use Stéganô in your Python program you just have to import the
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
:linenos:
|
:linenos:
|
||||||
|
|
||||||
rom stegano import slsb
|
from stegano import slsb
|
||||||
|
|
||||||
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
|
secret = slsb.hide("./pictures/Lenna.png", "Bonjour tout le monde")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue