Skip to content

NSurg/Calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Calendar

Could not find calendar widget in Kivy. This is my attempt which seems to work well on Windows and Android. Did not test on iOS. DISPLAY IT IN ZEN MODE.

from joecal import DateInput from kivy.app import App class TestApp(App): def build(self): di=DateInput('ButName','1/1/11') return di TestApp().run()

About

Could not find calendar widget in Kivy. This is my attempt which seems to work well on Windows and Android. Did not test on iOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors