No documentation
def __init__(self: Any, root_dir: str) -> Any
def count_themes_in_engine(self: Any) -> Dict
def count_lines_in_file(self: Any, file_path: Path) -> Tuple[int, int, int]
def get_all_files(self: Any) -> List[Path]
def get_project_structure(self: Any) -> List[str]
def format_structure_tree(self: Any, structure_lines: List[str]) -> str
def get_file_emoji(self: Any, extension: str) -> str
def analyze_project(self: Any) -> Dict
def get_code_density(self: Any, stats: Any) -> Any
def print_statistics(self: Any, stats: Dict) -> Any
def main() -> Any
No documentation
def save_detailed_report(stats: Dict, report_file: Path, analyzer: CodeStatistics) -> Any
Save a detailed markdown report