Installation¶
Hapycolor can be installed with pip, or by cloning this repository.
Pip install¶
pip3 install hapycolor
Git install¶
git clone https://github.com/rvdz/hapycolor
cd hapycolor
pip3 install . --user
Requirements¶
- python >= 3.5
- imagemagick
- feh (Linux only)
Debian or Ubuntu¶
sudo apt-get update && sudo apt-get install python3 python3-pip imagemagick feh -y
Usage¶
For basic usage, execute:
hapycolor -f <path/to/file>
The full documentation of Hapycolor’s cli can be found by running:
hapycolor --help