Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated to reflect pypi upload.
  • Loading branch information
irtsa-dev committed Jan 26, 2024
1 parent 996a760 commit 3fe2ed1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
![PyPI](https://img.shields.io/pypi/v/idev-steganopy) ![Python](https://img.shields.io/pypi/pyversions/idev-steganopy)
# **Steganopy**
A [**python**](https://www.python.org) script for hiding text into images (**steganography**).
<br />
Expand All @@ -10,6 +11,10 @@ With `git` [GitHub](https://github.com):
```
git clone https://github.com/IrtsaDevelopment/Steganopy.git
```
With `pip` [PyPi](https://pypi.org/project/idev-steganopy/)
```
pip install idev-steganopy
```
<br />
<br />
<br />
Expand All @@ -22,9 +27,14 @@ git clone https://github.com/IrtsaDevelopment/Steganopy.git
<br />

### Within the CMD/Terminal
If installed with **GIT**:
```
python Steganopy.py [-h] [-v VALUES] [-i INFORMATION] [-o OUTPUT] [-k KEY] source action
```
If installed with **PIP**:
```
steganopy [-h] [-v VALUES] [-i INFORMATION] [-o OUTPUT] [-k KEY] source action
```
<br />

Utilize `-h` or `--help` parameter for additional help.
Expand Down

0 comments on commit 3fe2ed1

Please sign in to comment.