π 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.
- Detects syntax, logic & style issues
- Real-time code scanning
- Cyberpunk glowing UI
- Fast Flask backend
- Python 3.10+
- Flask 3.0
- Flask-CORS
- HTML5, CSS3, JS
- CodeMirror Editor
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