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.
- ✅ 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
Layer | Technology |
---|---|
UI | Streamlit |
Backend | Python |
Linting Tool | Pylint |
AI | Google Generative AI API |
Deployment | Render.com (Free Hosting) |
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
git clone https://github.com/sharanyazx/Dr_Python.git
cd Dr_Python
Visit Dr Python
This project is licensed under the MIT License.