Metadata-Version: 2.1
Name: steganosaurus
Version: 1.0.1
Summary: Hide data into image file
Home-page: https://github.com/duongntbk/steganosaurus
Author: Nguyen Thai Duong
Author-email: duongnt.bk@gmail.com
License: UNKNOWN
Description: # steganosaurus Package
        
        This is a simple library to hide data into image file (Steganography) for Python.
        
        ## Install
        
        You can install steganosaurus using pip, just run the following command in the command line
        
            C:\> pip install steganosaurus
        
        ## Usage
        
        Please see the wiki for more information:
        
        https://github.com/duongntbk/steganosaurus/wiki
        
        ## License
        
        MIT License
        
        https://opensource.org/licenses/MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
