Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 660 Bytes

KivyCalendar

KivyCalendar is module with additional widgets for Kivy: CalendarWidget and DatePicker.

CalendarWidget based on RelativeLayout. It allow to switch months by buttons in left-top and right-top widget's corners.

CalendarWidget

DatePicker based on TextInput. When textinput field focused shows popup with CalendarWidget. Once data selected popup dismiss and selected date puts into textinput field.

pip install KivyCalendar

Oleg Kozlov (xxblx)

2015