Subpackages¶
- hapycolor.filters package
- hapycolor.targets package
- Subpackages
- Submodules
- hapycolor.targets module
- hapycolor.targets.base module
- hapycolor.targets.eight_bit_colors module
- hapycolor.targets.iterm module
- hapycolor.targets.gnome_terminal module
- hapycolor.targets.terminal_color_manager module
- hapycolor.targets.pam module
- hapycolor.targets.lightline module
- hapycolor.targets.wallpaper module
- hapycolor.targets.i3 module
- hapycolor.targets.yabar module
Submodules¶
hapycolor.config module¶
hapycolor.configuration_editor module¶
hapycolor.imgur module¶
hapycolor.exceptions module¶
Hapycolor’s exceptions
-
exception
hapycolor.exceptions.BlackAndWhitePictureException(msg)¶
-
exception
hapycolor.exceptions.CallingAbstractMethodError(msg)¶
-
exception
hapycolor.exceptions.ColorFormatError(msg)¶
-
exception
hapycolor.exceptions.ColorFormatNotFound(msg)¶
-
exception
hapycolor.exceptions.DconfInvalidCommand(msg)¶
-
exception
hapycolor.exceptions.EmptyListError(msg)¶
-
exception
hapycolor.exceptions.EmptyPaletteException(msg)¶
-
exception
hapycolor.exceptions.ExportTargetFailure(msg, target)¶ Bases:
hapycolor.exceptions.HapycolorError-
disable_target()¶
-
-
exception
hapycolor.exceptions.ExtractorArgumentsError(msg, wrapped_exc=None)¶
-
exception
hapycolor.exceptions.HapycolorError(msg=None)¶ Bases:
exceptions.ExceptionBasic exception for errors raised by hapycolor
-
exception
hapycolor.exceptions.HslFilterError(msg, wrapped_exc)¶
-
exception
hapycolor.exceptions.ImageNotFoundException(msg)¶
-
exception
hapycolor.exceptions.InvalidConfigKeyError(msg, wrapped_exc=None)¶
-
exception
hapycolor.exceptions.InvalidDirectoryException(msg)¶
-
exception
hapycolor.exceptions.InvalidFileError(msg)¶
-
exception
hapycolor.exceptions.InvalidImageError(msg, wrapped_exc=None)¶
-
exception
hapycolor.exceptions.InvalidImageException(msg)¶
-
exception
hapycolor.exceptions.InvalidMacroException(msg)¶
-
exception
hapycolor.exceptions.InvalidPaletteException(msg)¶
-
exception
hapycolor.exceptions.InvalidTarget(msg)¶
-
exception
hapycolor.exceptions.InvalidValueError(msg)¶
-
exception
hapycolor.exceptions.NoCommonPathFound(msg)¶
-
exception
hapycolor.exceptions.NotPolarException(msg)¶
-
exception
hapycolor.exceptions.PAMException(msg)¶
-
exception
hapycolor.exceptions.PaletteFormatError(msg)¶
-
exception
hapycolor.exceptions.PlatformNotSupportedError(msg=None)¶
-
exception
hapycolor.exceptions.ReducerArgumentsError(msg)¶
-
exception
hapycolor.exceptions.UninitializedError(msg)¶
-
exception
hapycolor.exceptions.UnknownAnalysisTypeException(msg)¶
-
exception
hapycolor.exceptions.UnknownLuminosityFilterTypeError(msg)¶
-
exception
hapycolor.exceptions.UnsupportedFeatureError(msg)¶
-
exception
hapycolor.exceptions.VariableNotFoundError(msg)¶
-
exception
hapycolor.exceptions.WrongInputError(msg)¶ Bases:
hapycolor.exceptions.HapycolorError,exceptions.ValueError