- 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] -a
or
python3 main.py -a
Example:
python3 main.py 2015 -a
or 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 --fasika
or
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 -h
License: The repository is licensed under the MIT License.