This simple project creates a txt calendar in console. Based on a tutorial.
This project is made of Python in essence.
It is organizen in only one file:
py-calendar
└── main.py
To save it localy, you can download the newest version at GitHub. Originally created by @pythonclcoding. The tutorial that I have used is "Print Calendar using Python" in Pinterest.