Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calendar App

Overview

The Calendar App is a simple Python application that displays a full yearly calendar based on the year entered by the user.
It uses Tkinter for the graphical user interface and Python’s built-in calendar library to generate the calendar.

This project was built as a beginner exercise to practice GUI development and working with built-in Python modules.


Features

  • Input field to enter a year
  • Displays the complete calendar for the selected year
  • Simple and clean Tkinter-based GUI
  • Beginner-friendly and easy to understand

Technologies Used

  • Python – Programming language
  • Tkinter – GUI development
  • calendar – Built-in Python library for calendar generation

Goal of the Project

The goals of this project were:

  1. Learn how to build GUI applications using Tkinter
  2. Practice using built-in Python libraries
  3. Handle user input and display dynamic output
  4. Strengthen understanding of Python functions and modules

What I Learned

From this project, I learned:

  • How to design simple GUIs with Tkinter
  • How to use the calendar module in Python
  • How to connect user input to program output
  • Basic event handling in GUI applications

Future Improvements

  • Add month-based calendar view
  • Improve the GUI layout and styling
  • Allow exporting the calendar to a text or PDF file

Author

Maurice Kabubu
Email: mauricekabubu2006@gmail.com
GitHub: mauricekabubu


Project Status: Completed ✅

About

A simple Calendar app using python that a user enters the year to display and it displays the whole calendar.

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages