Smart Python Code Reviewer is a Flask-based web tool that detects Python errors, analyzes code quality with pylint, and estimates time complexity. It helps developers optimize code and learn static analysis, Python web development, and best coding practices.
- Syntax checking
- Code quality report (pylint)
- Time complexity estimation
- Recursive function warnings
- Simple web interface
- Clone repo
- Create virtual environment
- Install requirements (
pip install -r requirements.txt) - Run
python app.py - Open browser at
http://127.0.0.1:5000