Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 749 Bytes

File metadata and controls

28 lines (22 loc) · 749 Bytes

Calendar Generator YearWise

A simple GUI calendar application built with Python and Tkinter that displays the calendar for any given year.

Features

  • User-friendly interface
  • Displays full year calendar in a clean format
  • Responsive design
  • Easy year input
  • Error handling for invalid input

Usage

  1. Run calendar_app.py.
  2. Enter a year in the input field.
  3. Click "Show Calendar" to display the calendar for the entered year.
  4. Use the "Exit" button to close the application.

Requirements

  • Python 3.x
  • Tkinter (usually included with Python)

Customization

  • Change colors by modifying the bg parameters.
  • Change fonts by editing the font parameters.
  • Adjust window sizes via the geometry values.

License

MIT