nikhil88
Regular Member
- Jun 12, 2008
- 208
- 98
good day bhw members
this is a follow up to yuemyutu's method posted here
i've created a script in python to automate this and save us from the copying and pasting
first off u need to download python from
next u need to add it to your dos path
info can be found here
i have attached the script (translator.txt)
save it and change its extension to .py
now start up command prompt , access the destination folder, and type in
python translator.py
it'll ask you what needs to be translated
paste your content and press enter
a new file called translated.txt will be created in the same folder where you have stored translator.py with the google translation
obviously u need to touch up this content a little for possible errors.
hope this helps someone.
nikhil88
this is a follow up to yuemyutu's method posted here
i've created a script in python to automate this and save us from the copying and pasting
first off u need to download python from
HTML:
http://www.python.org/download
next u need to add it to your dos path
info can be found here
HTML:
http://www.python.org/doc/faq/windows/
i have attached the script (translator.txt)
save it and change its extension to .py
now start up command prompt , access the destination folder, and type in
python translator.py
it'll ask you what needs to be translated
paste your content and press enter
a new file called translated.txt will be created in the same folder where you have stored translator.py with the google translation
obviously u need to touch up this content a little for possible errors.
hope this helps someone.
nikhil88