summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprogress.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/progress.py b/progress.py
index bb5c571..5e05fa9 100755
--- a/progress.py
+++ b/progress.py
@@ -5,6 +5,10 @@ from datetime import datetime, timedelta
from calendar import *
class Progress(object):
+ """Displays the time left in the day/week/month/year as a percentage. Inspired
+ by https://twitter.com/year_progress
+
+ """
def __init__(self):
self.now = datetime.now()