Metadata-Version: 2.1
Name: Py_Thanglish
Version: 0.0.4
Summary: Tamil to Thanglish converter in python
Home-page: UNKNOWN
Author: Dayanidi Vadivel
Author-email: dayanidivadivel@gmail.com
License: MIT
Description: Tamil to Thanglish converter in python 
        =======================================
        Installing :)
        ============
        - Make sure you have Python installed in your system.
        
        - Run Following the command in the CMD
        
        
        
        
            pip install Py_Thanglish
        
        Example :)
        ============
        Code 1 :)
        ============
        
        
            import PyThanglish as py
            input = """அகர முதல எழுத்தெல்லாம் ஆதி
            பகவன் முதற்றே உலகு"""
            output = py.tamil_to_thanglish(input)
            print(input,output ,sep="\n")
        
        Output :)
        
        
            அகர முதல எழுத்தெல்லாம் ஆதி
            பகவன் முதற்றே உலகு
            akara muthala yezhuththellaam aathi
            pakavan muthatrrae ulaku
        
        Code 2 :)
        ============
        
        
            import PyThanglish as p
            import pyttsx3 as py
            input = "என்ன செய்துகொண்டி இருக்கிறீர் ?"
            output = p.tamil_to_thanglish(input)
            py.speak(output)
            print(output)
        
        Output :)
        
        - The following output are print and voice
        
        
            
                yenna seythukonti irukkireer ?
        
         Note:)
        ============
        - This is starting leval package 
        - This package is useful for tamil to thanglish converte
        - The pyttsx3 is not read tamil language.
        - But this package is very useful to pyttsx3 read to Tamil in the way of Thanglish 
        
        
                THANK YOU FOR VISIT :)
        
Keywords: Thanglish,Tamil to Thanglish in python,Thanglish pip,Py_Thanglish,Py-Thanglish,Py_Thanglish pip,Py-Thanglish pip,pip Py_Thanglish,pip Py-Thanglish,py_thanglish,py-thanglish,pythanglish,pythanglish
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires: pandas
Description-Content-Type: text/markdown
