Skip to content

Python CLI tool to print the covid date since you entered lockdown. Each day is a year.

License

Notifications You must be signed in to change notification settings

jakekara/covid-date

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid-date

Print the covid date since you entered lockdown. Each day is one year!

For those of us working at Yale, the start date was usually March 18. See the "Use a different date" section below to set a custom covid epoch start date.

Install

$ pip install git+https://github.com/jakekara/covid-date

Or use pipx. It's a good way to install standalone CLI tools.

Usage

$ covid-date
Covid Year 105

Use a different date

To use a different date, create a yaml file called "covid-date.yaml" in your home directory. (There's an example file in this repo that changes the start date to March 15, 2020).

The yaml file should have a single value, "start" in YYYY-MM-DD format. Like so:

start: 2020-03-15

About

Python CLI tool to print the covid date since you entered lockdown. Each day is a year.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages