fabaff / past-time

A simple tool to visualize the progress of the year based on the past days.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

past-time

A simple tool to visualize the progress of the year based on the past days.

Installation

The tool is available from the Python Package Index.

$ pip3 install past-time

Installation on Fedora and CentOS/RHEL with EPEL.

$ dnf -y install past-time

Usage

Execute the command to get a visual representation of the year's progress.

$ past-time now

Development

For development is recommended to use a venv.

$ python3.6 -m venv .
$ source bin/activate
$ python3 setup.py develop

License

past-time is licensed under MIT, for more details check LICENSE.

About

A simple tool to visualize the progress of the year based on the past days.

License:MIT License


Languages

Language:Python 100.0%