imgmarker package

Subpackages

Submodules

imgmarker.config module

Copyright © 2025, UChicago Argonne, LLC

Full license found at _YOUR_INSTALLATION_DIRECTORY_/imgmarker/LICENSE

imgmarker.config.path()
imgmarker.config.read() Tuple[str, List[str], List[str], List[str], List[int]]

Reads in each line from {username}_config.txt. If there is no configuration file, a default configuration file will be created using the required text format.

Returns:
image_dir: str

Directory containing desired image files.

group_names: list[str]

A list of containing labels for each mark button.

category_names: list[str]

A list containing labels for each image category.

group_max: list[int]

A list containing the maximum allowed number of marks for each group.

imgmarker.config.update() None

Updates any of the config variables with the corresponding parameter.

imgmarker.io module

imgmarker.tests module

Module contents

imgmarker.resource_path(resource)