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
- Host: GitHub
- URL: https://github.com/pinple/datebar
- Owner: pinple
- License: mit
- Created: 2018-03-18T14:44:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T16:30:34.000Z (over 6 years ago)
- Last Synced: 2025-04-12T01:17:17.856Z (2 months ago)
- Topics: python2, python3, terminal
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 16
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# datebar
[](https://travis-ci.org/Neulana/datebar)
[](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.