Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 796 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 796 Bytes

python-translate

Offline Translator in Python using translate.py Library [PRACTICE]

Enter text to translate in "original.txt"

Open "LANGUAGE CODES FOR USER" to check language codes for translation

To call, use command line and enter: python translator.py original_language language_to_translate_to

For example, to translate from English to Spanish, command is python translator.py "en" "es"

Uses system.argv

Make sure your computer is UTF-8 Enabled, otherwise characters won't show.

Some languages in LANGUAGE CODES may be unavailable, depending on system.

Few special characters (accents and such) might not display correctly, depending on system.

This was my first real python project, I'm still learning :)

MAKE SURE ALL THE .TXT FILES AND THE .PY FILE ARE IN THE SAME DIRECTORY