Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 691 Bytes

File metadata and controls

31 lines (24 loc) · 691 Bytes

🧠 Python Code Reviewer

🚀 A smart Python Code Reviewer web app built with Flask. It analyzes your code for syntax, logic, and style issues, giving instant feedback in a sleek CodeMirror-based UI with glowing themes and real-time results.


⚙️ Features

  • Detects syntax, logic & style issues
  • Real-time code scanning
  • Cyberpunk glowing UI
  • Fast Flask backend

🧰 Tech Stack

  • Python 3.10+
  • Flask 3.0
  • Flask-CORS
  • HTML5, CSS3, JS
  • CodeMirror Editor

🪄 Setup

git clone https://github.com/YOUR_USERNAME/python_code_reviewer.git
cd python_code_reviewer
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python app.py