Skip to content

File Name Translator v1.0.0

Latest

Choose a tag to compare

@MrGautier256 MrGautier256 released this 27 Jul 15:41
· 5 commits to main since this release

File Name Translator v1.0.0

This version includes all the core functionalities needed to translate file names in a specified directory from one language to another using the Google Translator API.

Features

  • Translate File Names: Easily translate file names from one language to another.
  • Include Subfolders: Option to include or exclude subfolders during translation.
  • Progress Bar: Visual indicator showing the progress of the translation process.
  • Start and Stop: Ability to start and stop the renaming process as needed.
  • User-Friendly GUI: Simple and intuitive interface built with PyQt5.

Installation

Prerequisites

  • Python 3.x

Steps

  1. Download the executable:

    • Download the executable file FileName_Translator.exe from the assets below.
  2. Run the executable:

    • Double-click the downloaded executable to launch the application.
  3. Using the Application

Usage

  1. Select Languages: Choose the source language (the language of the current file names) and the destination language (the language to translate the file names to).
  2. Choose Directory: Use the "Browse" button to select the directory containing the files you want to translate.
  3. Include Subfolders: Check this option if you want to include files in subfolders.
  4. Start Translation: Click "Start" to begin the translation process.
  5. Stop Translation: Click "Stop" to stop the translation process.

v1.0.0

  • Initial release with core functionalities.
  • GUI built with PyQt5.
  • Ability to translate file names between multiple languages.
  • Progress bar and percentage display.
  • Option to include or exclude subfolders.
  • Start and stop the renaming process.

License

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


Thank you for using File Name Translator!