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

https://github.com/timeless-residents/reminder-batch-adder

A Python script to batch-add tasks to Apple's Reminder app using AppleScript. Automates the process of managing large task lists efficiently.
https://github.com/timeless-residents/reminder-batch-adder

Last synced: 7 months ago
JSON representation

A Python script to batch-add tasks to Apple's Reminder app using AppleScript. Automates the process of managing large task lists efficiently.

Awesome Lists containing this project

README

          

# Reminder Batch Adder

A Python script to batch-add tasks to Apple's Reminder app using AppleScript.

## Features
- Batch-add multiple reminders to a specific list in the Apple Reminders app.
- Supports customization of reminder names and lists.

## Requirements
- Python 3.x
- `py-applescript` library

## Installation
1. Clone this repository:
```bash
git clone https://github.com/timeless-residents/reminder-batch-adder.git
```
2. Navigate to the project directory:
```bash
cd reminder-batch-adder
```
3. Install the required libraries:
```bash
pip install -r requirements.txt
```

## Usage
Run the script to add reminders:
```bash
python add_reminders.py
```

## License
This project is licensed under the MIT License.
```