Markdown Auditor

Last Commit Repo Size License

Python

A sleek, nerdy Python utility designed to scan your project directories for documentation debt. It crawls through your folders, ignores the "noise" (like node_modules and .vscode), and ensures your Markdown files are professional and accessible.


📸 Screenshots

tqdm bar and engine in action


✨ Features


🚀 Getting Started

Prerequisites You'll need Python 3.8+ installed. You also need to install the two main dependencies:

pip install loguru tqdm

🛠️ Installation

Usage

PowerShell

Audit the current directory

python auditor.py .

Audit a specific project folder

python auditor.py C:UsersAdminDesktopcode


🛠️ How it Works

The auditor performs a three-step operation to keep your environment fresh:


📂 Project Structure

markdown_auditor/
├── auditor.py           # The main script
├── screenshots          # png of script in action
├── audit_history.log    # Generated log file (ignored by git)
├── .gitignore           # Keeps your repo clean

🛣️ Roadmap Features


📝 Notes

This project is open-source and ready for you to expand. Happy coding!🐍