Skip to content

Bijoy to Unicode Converter is a Python tool that converts Bijoy-encoded text in .docx files to Unicode. It supports batch processing of files, displaying a colorful progress bar and a banner with project details. This script makes it easy to convert multiple Bijoy-encoded documents into readable Unicode format, simplifying text conversion tasks.

License

Notifications You must be signed in to change notification settings

ReXiOP/Bijoy-To-Unicode-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bijoy to Unicode Converter

Bijoy to Unicode Converter is a Python-based tool designed to convert text written in Bijoy encoding into Unicode format. It supports the conversion of .docx files and allows batch processing for easy handling of multiple files at once. The tool also features a colorful progress bar and a detailed banner displaying project information.

Features

  • Convert Bijoy-encoded text in .docx files to Unicode.
  • Supports batch conversion for multiple files at once.
  • Displays a colorful progress bar for real-time conversion updates.
  • Showcases a colorful banner with project details.

Installation

Prerequisites

Ensure you have Python 3.x installed.

Installing Dependencies

Clone the repository or download the code, then install the required dependencies by running:

pip install -r requirements.txt

Usage

Step 1: Prepare Your Directories

  • Place all .docx files with Bijoy-encoded text in a folder (e.g., bijoy).
  • Create a directory for the converted .docx files (e.g., unicode).

Step 2: Run the Script

In the project directory, run the script with the following command:

python app.py

This will:

  • Print a colorful banner.
  • Convert all .docx files from the bijoy folder to Unicode and save them in the unicode folder.
  • Show the progress of the conversion in the terminal.

Example

Input Directory: bijoy

  • file1.docx
  • file2.docx

Output Directory: unicode

  • file1.docx (converted)
  • file2.docx (converted)

Project Structure

.
├── app.py               # Main script for conversion
├── requirements.txt     # Required dependencies
├── README.md            # This file
└── bijoy/               # Folder containing the input .docx files
└── unicode/             # Folder where converted .docx files will be saved

License

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

Acknowledgements

Tags

  • #BijoyEncoding
  • #UnicodeConversion
  • #BijoyToUnicode
  • #.docxTextConversion
  • #Python
  • #BatchConversion
  • #ProgressBar
  • #TextEncoding
  • #PythonProject
  • #BijoyUnicodeConverter
  • #UnicodeTextConverter
  • #PythonUtility
  • #DocumentConversionTool
  • #BijoyUnicodeConverter
  • #MuhammadSaJid
  • #ReXiOP
  • #GitHub
  • #PythonScripts
  • #TextProcessing
  • #DocumentConverter
  • #OpenSourceProject

About

Bijoy to Unicode Converter is a Python tool that converts Bijoy-encoded text in .docx files to Unicode. It supports batch processing of files, displaying a colorful progress bar and a banner with project details. This script makes it easy to convert multiple Bijoy-encoded documents into readable Unicode format, simplifying text conversion tasks.

Topics

Resources

License

Stars

Watchers

Forks

Languages