This programm generates random dates and you can train yourself to guess the correct day of the week. It is inspired by Numberphile and Mike Boyd. Thank you very much.
When starting the programm you can set the difficulty. It requires an integer i>0. Based on your selection random dates will be generate in the range of 2000 +- i*100 years.
I hope you guys have fun :)
First install all required packagespip install -r requirements.txt
now you can just execute the main.py