A simple GUI calendar application built with Python and Tkinter that displays the calendar for any given year.
- User-friendly interface
- Displays full year calendar in a clean format
- Responsive design
- Easy year input
- Error handling for invalid input
- Run
calendar_app.py. - Enter a year in the input field.
- Click "Show Calendar" to display the calendar for the entered year.
- Use the "Exit" button to close the application.
- Python 3.x
- Tkinter (usually included with Python)
- Change colors by modifying the
bgparameters. - Change fonts by editing the
fontparameters. - Adjust window sizes via the
geometryvalues.
MIT