Metadata-Version: 2.1
Name: karkipytranslator
Version: 0.0.2
Summary: A language translator package
Home-page: https://github.com/karkipy/pytranslator
Author: Aashish Karki
Author-email: aashish.y2z@gmail.com
License: UNKNOWN
Description: ## Languge and Code table
        
        ![screen shot 2018-12-24 at 12 31 54 pm](https://user-images.githubusercontent.com/12614476/50392621-0c93e600-0778-11e9-994f-4b2bca2039cb.png)
        
        
        ## Command
        
        ```python
          python main.py { language code } { text here }
        ```
        
        ### Usage
        ```python
          python main.py ne "hi there"
        ```
        
        ### Output
        
        <img width="605" alt="screen shot 2018-12-24 at 2 55 24 pm" src="https://user-images.githubusercontent.com/12614476/50395427-fbed6b00-078b-11e9-94f1-f54de12a192a.png">
        
        
        ![giphy](https://user-images.githubusercontent.com/12614476/50396192-820bb080-0790-11e9-8135-21339ee6fcdb.gif)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
