Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 519 Bytes

File metadata and controls

14 lines (11 loc) · 519 Bytes

This simple project creates a txt calendar in console. Based on a tutorial.

Languages

This project is made of Python in essence.

Structure

It is organizen in only one file:

py-calendar
└── main.py

View the work

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.