Skip to main content

Doomsdaytutor - learn the doomsday algorithm fast

Project description

doomsdaytutor

So you have the modest goal of comfortably saying:

I know the weekday of birth of every person on earth, in our past and in the future, if just provided a date.

Learning the theory behind the doomsday algorithm isn't hard, but practicing it becomes cumbersome. It requires mental energy thinking of dates and checking them afterwards. Wouldn't it be nice to have a program for that, one that explains false answers?

Doomsdaytutor will present you with questions and explain the algorithm visually if the submitted answer is wrong. If you are unfamiliar with the algorithm, doomsdaytutor will also happily explain it to you.

Installation

All common operating systems (Windows, Mac and Linux) are supported. Open your terminal and follow along.

doomsdaytutor requires Python version>=3.6 so make sure you have it installed.

$ python -V   # Windows 
$ python3 -V  # Linux, Mac

Now install doomsdaytutor with pip.

$ pip install doomsdaytutor  # Windows
$ pip3 install doomsdaytutor # Linux, Mac

You will learn everything else in your terminal :D.

$ doomsdaytutor

Project details


Download files

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

Source Distribution

doomsdaytutor-0.2.0.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

doomsdaytutor-0.2.0-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page