Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 749 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 749 Bytes

Simple Choghadiya Calculator (SCC)

  • scc.py Primary routine that handles the Choghadiya Calculation. Read detailed documentation about how to use this script.

  • scc-cli.py Command Line Interface for above mentioned scc.py. Can be used in other bash scripts. Output of this script can be parsed by command line parsers easily. Therefore, this script can be used in pipes as well. Read detailed documentation about how to use this script.

  • scc-gui.py Platform independent Graphical User Interface to scc.py developed using Python's tKinter / ttk. Hence, this GUI application can be used on Windows, Linux or macOS. Read detailed documentation about how to use this script.