π π°ππππππππ π±ππππππππ π¬ππ π³πππππππ π²πππππππππ
- A python CLI that generates the dates of main holidays of each year in the ethiopian calendar.
- The program has two main features:
- Assuming you are in the directory of the file
main.py, you can enter the following command:
python3 main.py [year] -aor
python3 main.py -aExample:
python3 main.py 2015 -aor you can just use the -a argument
python3 main.py -a- The command will return a table like:
- Again, assuming you are in the directory of the file
main.py, you can enter the following command:
python3 main.py [year] [Holiday argument]or
python3 main.py [Holiday argument]Example:
python3 main.py 2015 --fasikaor
python3 main.py --fasika- The command will return:
- Since there are multiple parameters for the holidays, you can run the following command for help
python3 main.py -hLicense: The repository is licensed under the MIT License.