j4321 / tkcalendar

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

Add textvariable to the calendar. #7

Closed j4321 closed 6 years ago

j4321 commented 6 years ago

Modifications proposed by Neal Probert:

I hacked tkcalendar.py to support the textvariable option to get it's initial value and to set it when the day is clicked. Also added get_date() and set_date() methods to use when reading/writing config files. I also needed to have multiple calendars up on the same frame.

Fixes #6

j4321 commented 6 years ago

Neal Probert will fork the project and open his own pull request so I close this one.