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
Description: # 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>
        
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
