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.
- 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.
Ensure you have Python 3.x installed.
Clone the repository or download the code, then install the required dependencies by running:
pip install -r requirements.txt
- 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
).
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 thebijoy
folder to Unicode and save them in theunicode
folder. - Show the progress of the conversion in the terminal.
file1.docx
file2.docx
file1.docx
(converted)file2.docx
(converted)
.
├── 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
This project is licensed under the MIT License - see the LICENSE file for details.
- Bijoy2Unicode for the Bijoy-to-Unicode conversion logic.
- python-docx for reading and writing
.docx
files. - colorama for colorful terminal output.
- tqdm for the progress bar.
- #BijoyEncoding
- #UnicodeConversion
- #BijoyToUnicode
- #.docxTextConversion
- #Python
- #BatchConversion
- #ProgressBar
- #TextEncoding
- #PythonProject
- #BijoyUnicodeConverter
- #UnicodeTextConverter
- #PythonUtility
- #DocumentConversionTool
- #BijoyUnicodeConverter
- #MuhammadSaJid
- #ReXiOP
- #GitHub
- #PythonScripts
- #TextProcessing
- #DocumentConverter
- #OpenSourceProject