Trying to create a simple drop-down calendar with a date picker in Python such that a field drops down to show a calendar where after a date is selected is captured - I have not yet come across a clean, simple and short code for Python 3.6.1. Therefore, need help with creating a simple drop down date picker in Python.
EDIT : I was not able to access Calendar, DateEntry widgets from the package tkcalendar earlier and therefore created a class to render the same using the answer below.