https://github.com/miroslavvidovic/distribution-graphs
Creating ASCII graphical histograms in the terminal with https://github.com/philovivero/distribution
https://github.com/miroslavvidovic/distribution-graphs
ascii data graph histogram python terminal
Last synced: 2 months ago
JSON representation
Creating ASCII graphical histograms in the terminal with https://github.com/philovivero/distribution
- Host: GitHub
- URL: https://github.com/miroslavvidovic/distribution-graphs
- Owner: miroslavvidovic
- License: mit
- Created: 2017-09-02T18:26:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T12:19:19.000Z (almost 9 years ago)
- Last Synced: 2025-06-19T15:50:09.805Z (about 1 year ago)
- Topics: ascii, data, graph, histogram, python, terminal
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# distribution-graphs
## Synopsis
Wrapper for creating ASCII graphical histograms in the terminal with https://github.com/philovivero/distribution
## Requirements
- [distribution](https://github.com/philovivero/distribution)
## Why do we need it?
Because I am to lazy to type long commands and I prefer to have wrappers or aliases.
This is an example:
```bash
du -s ~/Downloads/* 2>/dev/null | python distribution.py -g -v --color --char=ba --size=large
```
And this is the "wrapped" version:
```python
dgraph.py space_usage ~/Downloads
```
## License
MIT