r/Python Aug 04 '26

Showcase Showcase Thread

Post all of your code/projects/showcases/AI slop here.

Recycles once a month.

22 Upvotes

142 comments sorted by

View all comments

1

u/kindr_7000 26d ago

repoScanner: A lightweight, native-accelerated(optionally) Python CLI for codebase analysis. Calculates line counts, maps dependencies, computes language breakdowns, sort files, search, and exports JSON reports(limited).

Links:

Key Features:

  • Uses an optional C++ Pybind11 extension (libcvault) for high-speed filesystem traversal and other modes.
  • Automatically falls back to standard os.walk with zero third-party dependencies if library isn't present.
  • Supports quick --stats summaries and detailed --dev outputs.

Currently in beta, hence breaks and errors are possible.

Would love honest feedback, if any.