another-maverick / calendar

Print the Calendar of the year/month

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calendar

Print the Calendar of the year/month

Usage

main.py [OPTIONS]

:param year: int :param month: int

Options: -y, --year INTEGER Enter the calendar year [required] -m, --month INTEGER Enter the calendar month. Format 1-12 --help Show this message and exit.

Example:

main.py -y 2021

main.py -y 2021 -m 12

About

Print the Calendar of the year/month


Languages

Language:Python 100.0%