An open API service indexing awesome lists of open source software.

https://github.com/pinple/datebar

:tada:a date progress bar on terminal
https://github.com/pinple/datebar

python2 python3 terminal

Last synced: 2 months ago
JSON representation

:tada:a date progress bar on terminal

Awesome Lists containing this project

README

        

# datebar
[![Build Status](https://travis-ci.org/Neulana/datebar.svg?branch=master)](https://travis-ci.org/Neulana/datebar)
[![PyPI](https://img.shields.io/pypi/v/nine.svg)](https://pypi.org/project/datebar/)

a date progress bar on terminal, supports `python2` and `python3`

# Usage

```
$ pip install datebar
```
then, input `datebar`:
```
$ datebar
passed days: 79
the progress of the year: 22%
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░22%
```

Please let me know if you have any problems, thanks a lot.