mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-13 01:18:31 +02:00
23 lines
No EOL
401 B
Text
23 lines
No EOL
401 B
Text
.. -*-restructuredtext-*-
|
|
|
|
=======
|
|
Stéganô
|
|
=======
|
|
|
|
:author: Cédric Bonhomme
|
|
:contact: http://cedricbonhomme.org/
|
|
|
|
|
|
Installation
|
|
------------
|
|
|
|
$ sudo python setup.py install
|
|
|
|
Now you will be able to use Stéganô in your Python program.
|
|
|
|
|
|
Requierements
|
|
~~~~~~~~~~~~~
|
|
For some operations Stéganô needs the Pillow module (friendly fork of Python Imaging Library):
|
|
|
|
$ sudo pip install pillow |