Metadata-Version: 2.1
Name: stenocli
Version: 0.0.2
Summary: Perform Image and Text Steganography from your terminal!
Home-page: https://github.com/sarthakpranesh/StenoCLI
Author: Sarthak Pranesh
Author-email: limphned@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: appdirs (==1.4.3)
Requires-Dist: CacheControl (==0.12.6)
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: colorama (==0.4.3)
Requires-Dist: contextlib2 (==0.6.0)
Requires-Dist: distlib (==0.3.0)
Requires-Dist: distro (==1.4.0)
Requires-Dist: html5lib (==1.0.1)
Requires-Dist: idna (==2.8)
Requires-Dist: ipaddr (==2.2.0)
Requires-Dist: lockfile (==0.12.2)
Requires-Dist: msgpack (==0.6.2)
Requires-Dist: packaging (==20.3)
Requires-Dist: pep517 (==0.8.2)
Requires-Dist: progress (==1.5)
Requires-Dist: prompt-toolkit (==1.0.14)
Requires-Dist: Pygments (==2.6.1)
Requires-Dist: PyInquirer (==1.0.3)
Requires-Dist: pyparsing (==2.4.6)
Requires-Dist: pytoml (==0.1.21)
Requires-Dist: regex (==2020.7.14)
Requires-Dist: requests (==2.22.0)
Requires-Dist: retrying (==1.3.3)
Requires-Dist: six
Requires-Dist: Pillow (==7.2.0)
Requires-Dist: urllib3 (==1.25.8)
Requires-Dist: wcwidth (==0.2.5)
Requires-Dist: webencodings (==0.5.1)

# StenoCLI
Perform Image and Text based steganography operations right from your terminal.

<br />

## Features
* Image Steganography
* Text Steganography
* Better resolution Image steganography
* Interactive and modern CLI

<br />

## Install StenoCLI 
Requirements:
* A terminal
* python >= 2.7

Install:
* `pip install stenocli`

<br />

## For Developers
PRs are welcomed, please fork this repository before following the below steps
* clone your forked repo and cd into it, then follow the below commands
* `virtualenv .`
* `source ./bin/activate`
* `pip3 install -r requirements.txt`
* `python3 cli.py`

<br />

## Found Something broken
If you come across any bugs, errors or have any suggestions please feel free to open an issue [here](https://github.com/sarthakpranesh/StenoCLI/issues)

<br />

<div align="center">

### Made with ❤️

</div>


