A command-line Python code reviewer that scans '.py' files for potential issues like long functions or global variables. Built to help developers write cleaner code and learn good practices one review at a time. Credits to a certain Nami Parekh.
- CLI-based interface
- Scans entire folders or individual '.py' files
- Detects:
- Long functions
- Use of 'global' variables
- Easily extendable for AI-assisted suggestions
- bash
python review.py