feat: adeded timer_screen and custom_timer, timer_screen connected in the main.py

This commit is contained in:
Arduinum628
2025-02-27 11:51:00 +03:00
parent 58d0100916
commit dffb4f730b
6 changed files with 202 additions and 25 deletions

View File

@@ -1,19 +1,20 @@
[tool.poetry]
[project]
name = "kawai-focus"
version = "0.1.0"
description = "Kawai.Focus - приложение для фокусировки внимания на основе таймера Pomodoro."
authors = ["Arduinum <message.chaos628@gmail.com>"]
license = "MIT"
authors = [
{name = "Arduinum",email = "message.chaos628@gmail.com"}
]
license = {text = "MIT"}
readme = "README.md"
packages = [{include = "kawai_focus"}]
[tool.poetry.dependencies]
python = "3.12.0"
kivy = "^2.3.1"
requires-python = ">=3.12"
dependencies = [
"kivy (>=2.3.1,<3.0.0)",
]
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]