Personal project · Language utility
A focused Flask utility for translating batches of text.
A Python project for translating a list of text into a selected language through Google’s translation API.

01 · Context
The problem
The project explored a straightforward workflow for sending multiple text values to a translation service and returning them in a chosen language.
02 · Responsibility
What I was responsible for
- 01Defined a simple input and output flow for a list of text.
- 02Connected the Python application to Google’s translation service.
- 03Used Flask to expose the translation workflow through a small web interface.
- 04Published the source as a compact reference implementation.
03 · Evidence
What happened
The implementation remains available in its original public GitHub repository.