POMODORO CLI practice

This is a practice app to implement CLI with python.

DEV

Virtual environment

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

python main.py

TEST

pytest