ProjectDNA is a simple Python tool that analyzes a codebase and generates a project health report.
- Counts files
- Counts lines of code
- Detects languages
- Finds largest files
- Generates health score
pip install -r requirements.txtpython main.pyEnter the path to any project.
Example:
C:\Projects\MyWebsite