Skip to content

Brunozml/birthdays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

birthdays

I always forget birthdays. This uses my contact list to make sure I don't.

fake contact list from [email protected]:masterkrang/fake-vcards.git

on running the CLI

  1. navigate to the project directory
  2. then run python cli.py --keyword bdays

Example use

python cli.py --keyword bdays [Out] Pablo, Hugo, Diego, Ana were born this month.

Installation

clone the repository navigate to it, create a new venv (python -m venv <<env_name>>), activate it, and then run pip install -r requirements.txt. Use the CLI to see birthdays.


TO DO list

  • read xls file
  • read birthday dates
  • use time module to return people with birthdays within the same month
  • add quick and dirty CLI

future TO DOs

About

Custom birthday reminder app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published