Skip to content

xzebcex/Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Calendar

This is a simple Python script that uses the built-in calendar module to print a calendar for a specified year. The script first prints a calendar for the default year 2023 and then prompts the user to enter a year and prints the calendar for that year.

Usage

  1. Run the script by executing ‘python3 calendar.py’ in your command line.
  2. The calendar for the default year 2023 will be printed in the console.
  3. Enter the year you want to generate the calendar for when prompted.
  4. The calendar for the specified year will be printed in the console.

Requirements

• Python 3

Note

• The script is currently set to use the year 2023 as the default value, if you want to change it, you can replace the value 2023 with the year you want to use.

Example Output

image

Releases

No releases published

Packages

No packages published

Languages