Skip to content

Rayraegah/doomsday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Doomsday

Python implementation of doomsday algorithm. It calculates the day of the week for a given date.

Made to debunk this assumption:

tweet about day of the week

Usage

from doomsday import calc_dow
calc_dow(4, 24, 2019)
>> Wednesday

About

Algorithm to calculate day of the week

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages