Metadata-Version: 2.1
Name: task_scheduler2_by_kheal
Version: 1.0.2
Summary: A Task Scheduler application
Home-page: https://github.com/Khealgit08/taskscheduler
Author: Michael Castil
Author-email: castilmichael08@gmail.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tkcalendar<2.0,>=1.6.1
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: bson>=0.5.10; extra == "dev"
Requires-Dist: twine>=4.0.2; extra == "dev"

# Task Scheduler

Task Scheduler is a Python application for managing and scheduling tasks using a graphical user interface built with Tkinter. It supports adding, deleting, and modifying tasks, along with maintaining a task history.

## Features
- Add tasks with descriptions, times, and dates.
- View and modify a list of scheduled tasks.
- Keep track of changes with a task history feature.
- Simple and interactive GUI.

## Requirements
- Python 3.7+
- Dependencies:
  - `tkinter`
  - `tkcalendar`

Install dependencies via pip:
```bash
pip install tkcalendar
