You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bangla is a package for Bangla language users with various functionalities including Bangla date and Bangla numeric conversation.
6
+
Bangla is a Python package for converting Gregorian dates to the Bengali calendar, translating English numerals to Bangla numerals, and generating Bangla ordinals for dates.
7
+
It computes the full Bengali calendar date, including year, month, day, weekday, season, and ordinal based on the revised Bengali calendar (https://en.wikipedia.org/wiki/Bengali_calendars) officially adopted in Bangladesh in 1987.
8
+
(For Bengali communities in India, the calendar may differ slightly.)
7
9
8
-
It can be used to get Bangla date that includes year, month, date, weekday and season of Bangla year.
9
-
Bangla has used the rules from Wikipedia https://en.wikipedia.org/wiki/Bengali_calendars to convert
10
-
Gregorian date to Bangla date. It is based on the revised version of the Bengali calendar which was officially adopted in Bangladesh in 1987.
11
-
Among the Bengali community in India, the provided date may differ.
12
-
13
-
Moreover, this package has also a method to convert English numeric string to Bangla numeric string.
14
-
15
-
This software can be used on Linux/Unix, Mac OS and Windows systems.
10
+
The package also allows converting English numeric strings (e.g., "123") into Bangla numerals (e.g., "১২৩").
11
+
It is compatible with Linux, macOS, and Windows systems.
16
12
17
13
Features
18
14
~~~~~~~~
19
15
20
-
- Get Bangla date that includes:
16
+
- Convert Gregorian dates to Bengali calendar , including::
Copy file name to clipboardExpand all lines: setup.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ def readme():
9
9
10
10
11
11
setup(name='bangla',
12
-
version='0.0.3',
13
-
description='Bangla is a package for Bangla language users with various functionalities including Bangla date and Bangla numeric conversation.',
12
+
version='0.0.4',
13
+
description='Bangla is a Python package for converting Gregorian dates to the Bengali calendar, translating English numerals to Bangla numerals, and generating Bangla ordinals for dates.',
0 commit comments