# aclib.pyi **Repository Path**: anschaser/aclib.pyi ## Basic Information - **Project Name**: aclib.pyi - **Description**: compile and pack python project to exe with pyd. - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-19 - **Last Updated**: 2024-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Installation pip install aclib.pyi # Usage ``` python # from aclib.pyi import compile, pyipack from aclib import pyi compileddir = pyi.compile(...) if compileddir: pyi.pyipack(...) ```