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.

How to run

python GUI_calendar_generator.py

Dependencies

Standard library only (tkinter, calendar).

Pyodide-runnable

No — it builds a Tkinter GUI, which has no browser support.