Skip to content

Language Translator is a simple Python application that allows you to translate text from one language to another using the Google Translate service. It also provides the capability to copy the translated text to the clipboard.

License

Notifications You must be signed in to change notification settings

MusaTahawar/Language-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Language Translator

Language Translator is a simple Python application that allows you to translate text from one language to another using the Google Translate service. It also provides the capability to copy the translated text to the clipboard.

Table of Contents

Features

  • Translate text from one language to another.
  • Supports a wide range of languages.
  • Copy the translated text to the clipboard.

Requirements

  • Python 3.x
  • googletrans library (install using pip install googletrans==4.0.0-rc1)
  • pyperclip library (install using pip install pyperclip)
  • Tkinter (usually included with Python)

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/yourusername/language-translator.git
  2. Install the required Python libraries:

    pip install googletrans==4.0.0-rc1
    pip install pyperclip

Usage

  1. Run the application:

    python language_translator.py
  2. Enter the text you want to translate in the "Enter text to translate" field.

  3. Enter the target language code (e.g., 'fr' for French) in the "Enter the target language" field.

  4. Click the "Translate" button to get the translated text.

  5. To copy the translated text to the clipboard, click the "Copy to Clipboard" button.

Contributing

Contributions are welcome! If you want to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Submit a pull request with a clear description of your changes.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to customize this README file to suit your project's specific needs. It's important to provide clear and concise instructions on how to install, use, and contribute to your application.

About

Language Translator is a simple Python application that allows you to translate text from one language to another using the Google Translate service. It also provides the capability to copy the translated text to the clipboard.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages