Skip to content

lidiaparrilla/project-month-table-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Month Table Generator

This script generates a Markdown table for months starting from a given month and year, for a specified number of months.

The script is expected to be used for creating the table that can be pasted into the IT boards (Project column, scheduling card)

Example Image

And this is how it will look like afterwards.

Example Render

Pretty useful for a quick consultation of what each project month corresponds to in the calendar!

Usage

Run the script using Python and provide the required arguments:

python main.py -m [start_month] -y [start_year] -n [num_months]

Use python main.py -h for instructions.

About

A markdown table generator for project scheduling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages