Skip to content

Yamini1625/Smart-code-Reviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Python Code Reviewer

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.

Features

  • Syntax checking
  • Code quality report (pylint)
  • Time complexity estimation
  • Recursive function warnings
  • Simple web interface

How to Run

  1. Clone repo
  2. Create virtual environment
  3. Install requirements (pip install -r requirements.txt)
  4. Run python app.py
  5. Open browser at http://127.0.0.1:5000

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors