Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 803 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 803 Bytes

Calendar App

A simple command line calendar application that allows the user to view the calendar for any given month and year.

Features

  • Displays the calendar for the entered month and year.
  • Allows the user to check the calendar for a different month and year.
  • Automatically exits the application when the user chooses not to check another date.

Requirements

  • Python 3.x

Installation

No installation required, simply download the script and run it using the Python interpreter.

Usage

  1. Enter the year and month for which you want to view the calendar.
  2. The calendar for the entered month and year will be displayed.
  3. To check the calendar for a different month and year, choose "y" when prompted.
  4. To exit the application, choose "n" when prompted.

©ShabirMP 2024