feat: added validation for timer constructor, added function to calculate hours, minutes and seconds from entered minutes

This commit is contained in:
Arduinum628
2025-07-10 12:18:20 +03:00
parent f4da6d9f12
commit de717633ea
7 changed files with 118 additions and 47 deletions

View File

@@ -0,0 +1,5 @@
def validate_title(obj, text):
"""Валидатор поля title"""
if not text:
obj.ids.title_error.text = 'Введите название!'