App for helping to apply the pomodoro technic.
pip install -r requirements.txt
python ./src/pomodoro.py
./scripts/check_project.sh
pip install -r requirements-test.txt
./scripts/coverage.sh
or
coverage run -m pytest -v && coverage html --omit=*/venv/*,*/tests/*
1.0.0 First version