Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyberfantics/calender

GUI based Calender in python
https://github.com/cyberfantics/calender

Last synced: about 1 month ago
JSON representation

GUI based Calender in python

Awesome Lists containing this project

README

        

# Calendar Application

A desktop application for viewing monthly calendars, created using Python's Tkinter library. This application allows users to enter a year and month to generate a calendar for that specific period.

## Features

- **Monthly Calendar Display**: View the calendar for any selected month and year.
- **User Input**: Enter the year and month to generate the calendar.
- **Interactive UI**: Visual interface with dynamic calendar generation.

## Installation

1. Run these commands:
```bash
git clone https://github.com/cyberfantics/calender.git
cd calendar-app
python calender.py
```
## Usage
- Open the application by running python calendar.py.
- Enter the desired year and month in the input fields.
- Click the "Submit" button to generate and display the calendar for the specified month and year.
- The calendar will be displayed with days of the week and dates, and can be refreshed by re-entering the values and clicking "Submit" again.