Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.58 KB

File metadata and controls

60 lines (38 loc) · 1.58 KB

🧠 Dr_Python: AI-Powered Code Review Tool

Dr_Python is a developer tool built with Streamlit that helps you analyze Python code for quality using Pylint and receive smart suggestions using AI from Google Generative AI. It’s a perfect lightweight assistant for beginner and intermediate coders to instantly detect and improve their code quality.


🌟 Features

  • ✅ Code analysis with Pylint
  • 🤖 AI-generated improvement tips using Google Generative AI
  • 🖥️ User-friendly interface via Streamlit
  • 🔐 Secure API key integration
  • 🌐 Easily deployable via Render

🧰 Tech Stack

Layer Technology
UI Streamlit
Backend Python
Linting Tool Pylint
AI Google Generative AI API
Deployment Render.com (Free Hosting)

📁 Folder Structure


Dr\_Python/
├── app.py                  # Main Streamlit app file
├── code\_review\.py          # Code analysis and AI logic
├── requirements.txt        # Project dependencies
├── render.yaml             # Render deployment configuration
├── README.md               # This documentation


🖥️ Local Setup Instructions

🔃 1. Clone the Repository

git clone https://github.com/sharanyazx/Dr_Python.git
cd Dr_Python

Visit Dr Python

📄 License

This project is licensed under the MIT License.