# 78 **Repository Path**: ayakosenshi/78 ## Basic Information - **Project Name**: 78 - **Description**: No description available - **Primary Language**: Unknown - **License**: Unlicense - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 27 - **Created**: 2026-04-14 - **Last Updated**: 2026-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # daimatj #### 介绍 daimatj 是一个轻量级的代码统计工具,可以自动统计项目中的代码行数、注释行数和空行数。支持多种编程语言,能够生成详细的统计报告和可视化图表,帮助开发者快速了解项目的代码规模和构成。 #### 软件架构 软件架构说明 daimatj/ ├── main.py # 程序入口 ├── core.py # 核心框架,协调各模块 ├── scanner.py # 文件扫描模块 ├── counter.py # 行数统计模块 ├── reporter.py # 报告生成模块 ├── visualizer.py # 图表生成模块 ├── history.py # 历史记录模块 ├── config.py # 配置管理模块 ├── cli.py # 命令行接口 └── utils.py # 工具函数 #### 安装教程 (1)下载所有源代码文件到本地 1.安装依赖包: pip install chardet matplotlib pyyaml numpy 2.(可选)安装树状图支持: pip install squarify (2)方法二:从Gitee克隆 git clone https://gitee.com/umbbch/78.git cd codestats pip install -r requirements.txt #### 使用说明 (1)基础用法 统计当前目录 python main.py 统计指定项目 python main.py /path/to/your/project #### 参与贡献 #### 特技