|   
This is a small Python module to convert a Shamsi (Jalali) date to Gregorian date and vice versa.
 
You need to have Python and pip installed on your computer.
 
Then you can install this program by running this in your Terminal (or Command Prompt in Windows):
 
 
pip install ShamsiDate
 
and then run it by:
 
 
shamsi
 
Source code is available from here.
 |