Metadata-Version: 2.4
Name: ui-pytask-manager
Version: 0.1.1
Summary: A GUI application for scheduling Python scripts
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: apscheduler>=3.0
Requires-Dist: tkcalendar>=1.0
Requires-Dist: sv-ttk>=1.0
Requires-Dist: darkdetect>=0.2

# Huy Nguyen's Script Scheduler

A GUI application for scheduling Python scripts to run at specific times.

## Installation

```
pip install huynguyen-script-scheduler
```

## Usage

Run the application with:

```
huynguyen-script-scheduler
```

## Features

- Schedule scripts to run at specific dates/times
- Daily and weekly recurring schedules
- View execution logs
- Pause/resume scheduled jobs
