Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 286 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 286 Bytes

TimerPy (Work In Progress)

A simple python cli timer app.

Usage

$ python3 timerpy.py --<name for the timer> -s <seconds|minute|hour> n

Todo

  • Make it pip installable V2:
  • Create a Server/Client Model that keeps track of all the timers
  • Add Start/Stop capability