Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nrjadkry/nepali-date-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Feb 3, 2024
2 parents 0eb5b51 + d1450bc commit db9f9a1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ This lightweight package allows easy conversion between Nepali (BS) and English
## Installation
You can install the package via pip:
```bash
pip install nepali-date-utils
pip install nepali_date_utils
```

To convert english date AD to nepali date BS:

```python
from nepali_date_utils import converter
converter.ad_to_bs("2024/02/03")
```

0 comments on commit db9f9a1

Please sign in to comment.