Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cyberfantics/calender
- Owner: cyberfantics
- License: mit
- Created: 2023-10-06T18:07:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T18:02:57.000Z (5 months ago)
- Last Synced: 2024-07-24T20:34:04.429Z (5 months ago)
- Language: Python
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.