Skip to main content

birthdays

birthdays GIF demo

PyPI Version PyPI Python version PyPI downloads License Ruff

birthdays is a robust Python command-line tool designed to conveniently manage, track, and celebrate your contacts' birthdays.

Features

  • Customizable Sorting: List birthdays exactly how you want to see them (by upcoming, recent, age, date, (full) name or specific name components like first_name and last_name).
  • CRUD Operations: Easily add, edit, and delete entries. The deletion and edit commands feature a convenient fuzzy search so you don't have to type out exact names
  • Smart Imports: Import contacts directly from .vcf vCard files or JSON databases
  • Smart Name Parsing: Automatically breaks down names into distinct parts, letting you easily verify and adjust them via an interactive prompt.
  • Interactive Merging: During imports, the CLI intelligently detects duplicates or data collisions and prompts you to safely merge them
  • Leapling Support: Configure how leap year birthdays (February 29th) are handled in non-leap years, choosing to celebrate either the day before or the day after
  • Organizational Groups: Assign contacts to custom tags (like family, friends, or coworkers) to keep your database organized and filter terminal outputs.
  • Festive UI: Every date is assigned a unique, deterministic emoji to keep the terminal vibe bright and colorful (can be disabled via a global flag or environment variables)
  • Shell MOTD: Automatically display a summary of upcoming birthdays when opening a new terminal session, complete with safe, automated hooks for .bashrc, .zshrc, config.fish, and PowerShell profiles
  • iCalendar Export: Generate standard .ics files to import into your favorite calendar app, complete with customizable reminders, dynamic text templates, and proper leap year handling.

Requirements

  • Python 3.11+

Installation

Install the package from PyPI using your favorite package management tool such as pip, pipx, or uv:

pip install birthdays-cli

Or install the latest version from source:

git clone https://github.com/l1asis/birthdays.git
cd birthdays
pip install .

Usage

birthdays uses simple subcommands to organize different operations. You can append --help to any command to see its available arguments.

Listing Birthdays

[!NOTE] By default, this sorts by upcoming birthdays in descending order so the most immediate celebrations are right at your cursor.

# Basic list
birthdays list

# List sorted by age in ascending order
birthdays list --sort age --order asc

# List sorted alphabetically by last name
birthdays list --sort last_name --order asc

# Temporarily read and display birthdays directly from a file without modifying your local database
birthdays list --file ./contacts.vcf

# Show categorized entries
birthdays list --view groups

# Filter by groups and a condition
birthdays list -g coworkers -g friends --match all

Adding an Entry

[!NOTE] The date can be formatted as YYYY-MM-DD, or simply MM-DD if the year is unknown.

birthdays add "John Doe" 1990-05-14 --note "Loves chocolate cake"

Editing an Entry

[!NOTE] You can use either the name or UUID. You only need to pass the flags for the specific data you want to change.

birthdays edit "John Doe" --date 1991-05-14

[!TIP] The CLI will interactively prompt you to verify the parsed name parts when adding / editing. To bypass this, append -y to automatically accept the parser's result, or provide explicit flags for scripting (e.g., --first-name "John" --last-name "Doe").

Deleting an Entry

[!TIP] The CLI uses fuzzy matching, so typing a partial name usually works! Append -y to skip the confirmation prompt.

birthdays delete "John Doe"

Importing Contacts

[!TIP] The interactive prompt will guide you through any data collisions. Append -y to automatically skip these prompts and blindly merge safe entries.

birthdays import ./contacts.vcf

Shell MOTD (Message of the Day)

You can automatically display a minimal summary of upcoming birthdays every time you open a new terminal session.

Display the MOTD manually:

birthdays motd

Enable the startup hook:

birthdays motd enable --days 14 --limit 5 --quiet-if-empty --once-per-day

This automatically detects your shell and injects an easily removable sentinel block. Running this command again with new flags will update the existing block in-place. The --once-per-day flag ensures the summary is only printed the first time you open a terminal each day, preventing terminal spam.

[!NOTE] You can pass a --rc-file flag if you use a custom shell config.

Disable the startup hook:

birthdays motd disable

This safely removes the MOTD sentinel block from your shell configuration without affecting surrounding custom code.

Database Maintenance

[!NOTE] If you are upgrading from an older version of birthdays, your existing entries won't have the new structured name components. You can backfill them automatically.

Repair and backfill missing name parts:

birthdays repair --names

Force a complete resync of all name parts from their full names:

birthdays repair --names --force

Here are the additions to include in your README to document the new export feature.

Add this bullet point to the ## Features section:

- **iCalendar Export:** Generate standard `.ics` files to import into your favorite calendar app, complete with customizable reminders, dynamic text templates, and proper leap year handling.

Exporting to iCalendar (.ics)

Basic static export (creates infinite recurring events):

birthdays export ./my_birthdays.ics

Advanced spanned export (generates distinct events for the next 10 years to support dynamic ages):

birthdays export ./my_birthdays.ics --years 10

Customize reminders, templates, and filter by groups:

birthdays export ./family.ics -g family --alarm-days 2 --alarm-time "10:00" --title "{first_name}'s {ordinal_age} Birthday!"

Configurations

Emojis

You can disable emojis globally across all subcommands by placing the --no-emoji flag before the subcommand (e.g., birthdays --no-emoji list).

For a more permanent solution, birthdays respects the following environment variables:

  • BIRTHDAYS_NO_EMOJI=1 (or true, yes)
  • NO_EMOJI=1 (the widely adopted community convention)

[!NOTE] The method for setting environment variables depends on your operating system and terminal. Please search online for instructions specific to your OS.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feat/amazing-feature)
  3. Commit your Changes (git commit -m 'feat: ✨ add some amazing-feature')
  4. Push to the Branch (git push origin feat/amazing-feature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

birthdays_cli-0.7.1.tar.gz (7.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

birthdays_cli-0.7.1-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file birthdays_cli-0.7.1.tar.gz.

File metadata

  • Download URL: birthdays_cli-0.7.1.tar.gz
  • Upload date:
  • Size: 7.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for birthdays_cli-0.7.1.tar.gz
Algorithm Hash digest
SHA256 6039512fab26f3b404a2b4fad1cbcd3c8c32bcf2ce740e076c7920112d9fd858
MD5 2cb7946a3b64097780557bb355b0f9fe
BLAKE2b-256 758f272120c3728a6b836b7b9b42cf90b2d592222e40c68323a4fbcc944c9cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for birthdays_cli-0.7.1.tar.gz:

Publisher: ci-cd.yml on l1asis/birthdays

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file birthdays_cli-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: birthdays_cli-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for birthdays_cli-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4c701eed7b82135cb9950c4ca0c1d7476f84b84d90f81c2d0363bfe590c1e508
MD5 bf520786ab0120484faadb068be1f29a
BLAKE2b-256 af696cda17b100ed356b42f82758b9e8e4f076d441437ee0c65b4b9ad5917cf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for birthdays_cli-0.7.1-py3-none-any.whl:

Publisher: ci-cd.yml on l1asis/birthdays

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.8.1

2 files

0.8.0

2 files

This release

0.7.1 This release

2 files

0.7.0

2 files

0.6.0

2 files

0.5.0

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page