All-In-One-Python-Projects icon indicating copy to clipboard operation
All-In-One-Python-Projects copied to clipboard

Add Calendar_Generator_YearWise Project

Open HariomSinghalPuri opened this issue 8 months ago • 3 comments

Calendar Application

A simple GUI calendar application built with Python and Tkinter that displays the calendar for any given year.

Features

  • User-friendly interface
  • Displays full year calendar in a clean format
  • Responsive design -Easy year input

Requirements

Python 3.12.6
Tkinter (usually comes with Python installation)

How to Use

  • Run the application
  • Enter a year in the input field
  • Click "Show Calendar" button -A new window will open displaying the calendar for the entered year -Use the "Exit" button to close the application

Code Structure

The application consists of:

  • Main window with input field

  • Calendar display window that opens when showing a calendar

  • Simple error handling for year input


How to Run

python calendar_app.py

Customization

You can easily customize:

  • Colors by modifying the bg (background) parameters
  • Fonts by changing the font parameters
  • Window sizes by adjusting the geometry values

Future Improvements

  • Add month-specific calendar views
  • Implement date selection functionality
  • Add event management features
  • Improve UI with modern styling

License

This project is open source and available under the MIT License.

HariomSinghalPuri avatar May 29 '25 15:05 HariomSinghalPuri

👋 @HariomSinghalPuri 👋

We're thrilled to see you opening an issue! Your input is valuable to us. Don’t forget to fill out our issue template for the best experience. We will look into it soon.

github-actions[bot] avatar May 29 '25 15:05 github-actions[bot]

@king04aman can you assigned it to me it is already done just i want to contribute it on your repo.

HariomSinghalPuri avatar May 29 '25 15:05 HariomSinghalPuri

@HariomSinghalPuri Assigned. Happy Hacking🥳

king04aman avatar May 31 '25 14:05 king04aman