Skip to content

SeniorAm/Quick-Translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Quick Translator

Author: BrunoDiktator

موارد مورد نیاز

برای اجرای این پروژه، نیاز به نصب پایتون روی سیستم‌عامل ویندوز خود دارید.

مراحل نصب

  1. نصب پایتون
    ابتدا مطمئن شوید که پایتون روی سیستم شما نصب شده است. برای دانلود و نصب پایتون، می‌توانید به صفحه دانلود پایتون مراجعه کنید.

  2. باز کردن CMD
    برای باز کردن خط فرمان (Command Prompt) در ویندوز، می‌توانید از دو روش زیر استفاده کنید:

    • کلیدهای Win+R را فشار دهید و در کادر باز شده cmd را تایپ کنید.
    • در نوار جستجو پایین سمت چپ، عبارت cmd را تایپ کنید و آن را انتخاب کنید.
  3. نصب ماژول‌های مورد نیاز
    اگر پایتون به درستی نصب شده باشد، می‌توانید از دستور زیر برای نصب ماژول‌های مورد نیاز استفاده کنید:

    pip install pyperclip PyQt5 googletrans==4.0.0-rc1
    
    

پس از نصب ماژول‌ها، فایل خود را با دستور زیر اجرا کنید:

python "translator.py"

روش استفاده روی متنی که می‌خواهید ترجمه کنید با موس بکشید و سپس با فشردن Ctrl+C آن را کپی کنید تا به‌صورت خودکار ترجمه شود.

##English

Quick Translator

Author: BrunoDiktator

Requirements

To run this project, you'll need to have Python installed on your Windows operating system.

Installation Steps

  1. Install Python
    First, make sure that Python is installed on your system. You can download and install Python from the official Python download page.

  2. Open CMD
    To open the Command Prompt (CMD) on Windows, you can use one of the following methods:

    • Press Win+R, type cmd in the dialog box, and press Enter.
    • Alternatively, type cmd in the search bar at the bottom left and select it from the results.
  3. Install Required Modules
    If Python is installed correctly, you can install the necessary modules by running the following command:

    pip install pyperclip PyQt5 googletrans==4.0.0-rc1
    

After installing the modules, run your file using the following command:

python "translator.py"

To use the translator, select the text you want to translate with your mouse, then press Ctrl+C to copy it. The text will be translated automatically.

About

📝 Translator V1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages