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.
- Host: GitHub
- URL: https://github.com/timeless-residents/reminder-batch-adder
- Owner: timeless-residents
- License: mit
- Created: 2025-01-02T23:55:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T00:17:02.000Z (9 months ago)
- Last Synced: 2025-01-03T01:24:53.809Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
```