admin管理员组文章数量:1333442
I'm looking for a way to input time to tkinter but all of the examples I can find are either unnecessarily fancy / or just slow to input / I'm writing the GUI as part of a tool for working with logs internally meaning the users will be fairly technical and care far more about the program functioning quickly than looking pretty.
Something like a html time input that you can simply type numbers into while it prevents you from inputting invalid times would be perfect (especially if it comes with an option for dates and/or lets you tab between the boxes. Does something like this exist for tkinter?
In summery I'd like
- Time input
- Fast to enter
- is able to validate time automatically (i.e. you can't put in minute=76)
本文标签: pythonTkinter keyboard based time inputStack Overflow
版权声明:本文标题:python - Tkinter keyboard based time input - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742354245a2459100.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论