News

There is probably an already existing python module for this. I wrote this one to be simple and to learn about wrappers and function decorators. To use, import either gn_timer (for python 3) or ...
Script: #!/usr/bin/env python3 """ Customizable Timer Script. This script implements a customizable timer similar to a Pomodoro timer. It allows setting custom work and break durations, number of ...