# aclib.cv **Repository Path**: anschaser/aclib.cv ## Basic Information - **Project Name**: aclib.cv - **Description**: opencv api - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-11 - **Last Updated**: 2026-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Installation pip install aclib.cv # Usage ``` python from aclib.cv import Image, Dotset, DotsetLib, FontLib from aclib.cv import TargetList im = Image.fromfile('filepath') im.show() ```