Comment on Show HN: Pomoglorbo, a TUI Pomodoro timer for your terminalparentComments−jbaber2yYou can use time.sleep in a loop to tick of seconds, but actually check the diff between now and start time to know how much time has passed.
Comments
You can use time.sleep in a loop to tick of seconds, but actually check the diff between now and start time to know how much time has passed.