Skip to content

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

License

Notifications You must be signed in to change notification settings

timeless-residents/reminder-batch-adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
    git clone https://github.com/timeless-residents/reminder-batch-adder.git
  2. Navigate to the project directory:
    cd reminder-batch-adder
  3. Install the required libraries:
    pip install -r requirements.txt

Usage

Run the script to add reminders:

python add_reminders.py

License

This project is licensed under the MIT License.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages