https://github.com/2000pawan/calendar
A simple and user-friendly Python GUI Calendar application built using Tkinter. This app allows users to view monthly calendars by selecting the desired month and year. It also includes functionality to reset the calendar or close the application.
https://github.com/2000pawan/calendar
python
Last synced: 12 months ago
JSON representation
A simple and user-friendly Python GUI Calendar application built using Tkinter. This app allows users to view monthly calendars by selecting the desired month and year. It also includes functionality to reset the calendar or close the application.
- Host: GitHub
- URL: https://github.com/2000pawan/calendar
- Owner: 2000pawan
- License: mit
- Created: 2025-05-25T18:32:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-25T19:43:59.000Z (about 1 year ago)
- Last Synced: 2025-06-28T01:08:03.597Z (12 months ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📅 GUI Calendar
A simple and user-friendly **Python GUI Calendar** application built using **Tkinter**. This app allows users to view monthly calendars by selecting the desired month and year. It also includes functionality to reset the calendar or close the application.
---
## 🛠 Features
- 📆 View calendar of any month/year
- 🔁 Reset to current month/year
- ❌ Close the application
- 🎨 Modern UI with clear text and layout
---
## 🚀 How to Run
1. **Clone this repository** or download the Python file.(https://github.com/2000pawan/Calendar-.git)
2. Make sure you have **Python 3.x** installed.
3. Run the script:
```bash
python Calendar.py
## 📸 Screenshot

## 🧰 Requirements
tkinter (comes with Python)
PIL (Python Imaging Library, for optional image support)
calendar
datetime
## 📂 File Structure
calendar.py # Main Python file
README.md # Project documentation
## 👨💻 Author
PAWAN YADAV
GUI Calendar developed by @ PAWAN YADAV
## 📃 License
This project is licensed under the MIT License.