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.