Simple GUI calendar application built with Python and Tkinter
- User-friendly interface
- Displays full year calendar (placeholder)
- Easy year input
- Exit button
- Run the application:
python calendar_app.py - Enter a year in the input field
- Click "Show Calendar" button
- A new window opens displaying the calendar (placeholder)
- Click "Exit" to close the application