A Python script to batch-add tasks to Apple's Reminder app using AppleScript.
- Batch-add multiple reminders to a specific list in the Apple Reminders app.
- Supports customization of reminder names and lists.
- Python 3.x
py-applescript
library
- Clone this repository:
git clone https://github.com/timeless-residents/reminder-batch-adder.git
- Navigate to the project directory:
cd reminder-batch-adder
- Install the required libraries:
pip install -r requirements.txt
Run the script to add reminders:
python add_reminders.py
This project is licensed under the MIT License.