SkillAgentSearch skills...

Bondhon

Bondhon, Bengali for "Connection", is a Python module for converting between popular modern and legacy Bengali character encodings.

Install / Use

/learn @banglakit/Bondhon
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

bondhon

Test Status

Encoding conversion library for the Bengali (বাংলা) script.

Why does this exist?

A readable implementation for Python projects. Also, to serve as a reference implementation for other languages.

Installation

$ pip install git+https://github.com/banglakit/bondhon.git

Basic Usage

>>> import bondhon

>>> bondhon.convert('utf-8', 'bijoy', 'আমি বাংলায় গান গাই।')
'Avwg evsjvq Mvb MvB|'  # Output in Bijoy ASCII / Classic

Development Status

Currently in active development. (From: Col 1, To: Row 1)

| | Bijoy | Boishakhi | Bongshi | BornoSoft | Unicode | |:---------:|:-----:|:---------:|:-------:|:---------:|:--------------------:| | Bijoy | - | | | | ✔ | | Boishakhi | | - | | | In Progress | | Bongshi | | | - | | | | BornoSoft | | | | - | | | Unicode | | | | | - |

Related Skills

View on GitHub
GitHub Stars34
CategoryDevelopment
Updated2mo ago
Forks6

Languages

Python

Security Score

95/100

Audited on Jan 10, 2026

No findings