Global Translate empowers you to communicate effortlessly across languages and cultures with fast, accurate translations at your fingertips.
| Feature | Description |
|---|---|
| π Multi-language Support | Translate across 30+ languages with ease. |
| π Dual Translation Engines | Uses both googletrans and deep-translator for better accuracy. |
| π¬ Text-to-Text Translation | Instantly translate any block of text with a single click. |
| π One-Click Copy | Copy translated text to your clipboard effortlessly. |
| π₯οΈ User-Friendly Interface | Clean, modern, and responsive design built with Streamlit. |
| π Dark Mode Support | Comfortable viewing experience in all lighting conditions. |
| π± Mobile-Friendly | Works seamlessly on mobile phones and tablets. |
| π Privacy First | Ensures user data is never stored or tracked. |
| Technology | Description |
|---|---|
| π Python | Core programming language |
| π¦ Streamlit | Web interface for interactive UI |
| π Googletrans | Google Translate API |
| π Deep Translator | Robust multi-source translation backend |
- Clone the repository:
git clone https://github.com/KrishBharadwaj5678/Global-Translate.git
cd Global-Translate- Install the dependencies:
pip install -r requirements.txt- To launch the app locally, run:
streamlit run app.pyWant to contribute? Here's how:
- π΄ Fork the repository.
- πΏ Create a new branch (
git checkout -b feature-name). - βοΈ Make your changes and commit them (
git commit -am 'Add feature-name'). - π Push to your branch (
git push origin feature-name). - π Submit a pull request to merge into the main branch.
