Skip to content
RenzoFernando

RenzoFernando/LectorcitoPro

Herramienta de escritorio profesional para auditoría de código, documentación técnica y consolidación de contextos para Inteligencia Artificial.

Aplicación de escritorio que genera reportes de carpetas con archivos de texto y código, ideal para IA y creación de informes.

3 0PythonPush 3mo agoListed 1mo agoMIT

renzofernando.github.io/LectorcitoPro/

code-reportingcode-signingcustomtkinterguilectorcito-promultilangpythonreport-generator
  • Python82.2%
  • Batchfile6.2%
  • HTML3.9%
  • CSS3.5%
  • PowerShell2.3%
  • JavaScript1.9%
View on GitHub

Report a problem

1 Review

Lectorcito Pro is a practical desktop tool for developers who need to turn a codebase into clean context for LLMs, audits, or technical documentation. The README is very complete, especially for a Windows desktop utility: it explains installer vs portable builds, the official site, MVC architecture, recursive analysis, profile management, .gitignore-aware exclusions, multimedia handling, tree export, async processing, cancellation, light/dark themes, DPI handling, Spanish/English UI, and build scripts for distribution. The project structure also looks organized, with clear controller, model, and view folders, plus dialogs, sidebars, profiles, settings, translations, and processor logic. The pyproject.toml dependencies match the intended app: CustomTkinter, appdirs, Babel, Pillow, psutil, packaging, and related desktop tooling. Simulating usage, this would be genuinely useful before asking an AI to review a repo: choose a project folder, apply filters, generate a consolidated report, and reuse profiles for different stacks. Improvements would be to add screenshots/GIFs directly in the README, document default exclusion rules, and include automated tests for the processor so users can trust that large projects are handled consistently. Strong concept and strong packaging focus.