pyBegin / projects / full-calendar
📅

Full Calendar

A Tkinter GUI application that asks for a year and displays the full calendar for that year in a new window.

65 lines🖥 Desktop only

Full Calendar

A Tkinter GUI application that asks for a year and displays the full calendar for that year in a new window.

Example

  1. The main window (500×400) opens with the title "HOME", a green "Welcome to the calendar Application" label, a "Please enter a year" prompt, and a text entry field.
  2. Type 2024 in the entry field and click "Show Calendar".
  3. A second window (550×600) opens titled "Calendar" and displays the full 12-month calendar for 2024 in a monospaced font.
  4. Click "Exit" on the main window to close the application.

How to run on localhost

python GUI_calendar_generator.py

Dependencies

Standard library only (tkinter, calendar).