This is a simple and powerful Language Translator tool built using Streamlit and Google Translate API. It allows users to translate text from one language to another in real-time with a sleek, intuitive web interface.
- π€ Translate text between 100+ languages
- π Web-based UI powered by Streamlit
- β Easy dropdowns for language selection
- π One-click to copy translated text
- π Fast and accurate translations
- Python π
- Streamlit π
- Googletrans API (v4.0.0-rc1)
- Pyperclip (for clipboard copy)
pip install -r requirements.txt
streamlit run translator.py