Tamil to Thanglish converter in python
Project 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 :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Py_Thanglish-0.0.4.tar.gz
(3.7 kB
view hashes)
Built Distribution
Close
Hashes for Py_Thanglish-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5efb261cc662a673d49fea695f078fd5026d550c614c976f83c738d764c923b |
|
MD5 | fb0ca644750f13aa932da1fdf5535a87 |
|
BLAKE2b-256 | 1c26acb4528b7183cb10304e282fab67a3a19c72d7d46ff4968b1f01144d5f10 |