j4321 / tkcalendar

Calendar widget for Tkinter
https://pypi.python.org/pypi/tkcalendar
GNU General Public License v3.0
97 stars 33 forks source link

showweeknumbers option not working #24

Closed j4321 closed 6 years ago

j4321 commented 6 years ago
from tkinter import Tk
from tkcalendar import Calendar

root = Tk()
Calendar(root, showweknumbers=False).pack()

week numbers are still displayed.

j4321 commented 6 years ago

In fact it's just because showweknumbers option has been added to master branch but is not part of the latest release yet.