Metadata-Version: 2.1
Name: Ghaflankoo_shamsi
Version: 1.0.0
Summary: Jalali datetime convert for python
Home-page: https://github.com/mehdigh125/Ghaflanko_shamsi.git
Author: mehdi ghaffari moghaddam
Author-email: mehdi.ghaffari.moghaddam@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click

# Description
Enter the Gregorian date as an input and  convert to the hijri date
# Ghaflankoo_shamsi
+ Input :
<br>year=1986
<br>month=8
<br>day=18
<br>Ghaflankoo_shamsi.today(year,month,day)
<br>

+ Output :
<br>1365/05/27


# Installation 

```bash
pip Ghaflankoo_shamsi
```

# Example
```
from Ghaflankoo_shamsi import Ghaflankoo_shamsi 
year=1987
month=8
day=18
Ghaflankoo_shamsi.today(year,month,day)
```
