humanfriendly
Helper command for the humanfriendly Python3 library
Install
- All systems
-
curl cmd.cat/humanfriendly.sh
- Debian
-
apt-get install humanfriendly
- Ubuntu
-
apt-get install humanfriendly
- Kali Linux
-
apt-get install humanfriendly
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install humanfriendly
- Dockerfile
- dockerfile.run/humanfriendly
humanfriendly
Helper command for the humanfriendly Python3 library
A Python library that can be used to make text interfaces more user friendly. It provides parsing and formatting numbers, file sizes, pathnames and timespans in simple human friendly formats. It provides easy to use timers for long running operations, prompts for selecting a choice from a list of options by typing the option's number or a unique substring of the option, and terminal interaction including text styling (ANSI escape sequences), user friendly rendering of usage messages and querying the terminal for its size. This package provides a helper command to access the functions in the library.