https://github.com/sharanyazx/dr_python
Dr_Python is an AI-powered code review tool built with Streamlit. It analyzes Python code quality using pylint and provides intelligent suggestions using Google Generative AI. Designed to help developers write cleaner and more efficient code, it offers instant feedback and improvement tips through a friendly UI
https://github.com/sharanyazx/dr_python
aicodeassistant codereview developertool google-genera linting python renderdeployment streamlit
Last synced: 8 months ago
JSON representation
Dr_Python is an AI-powered code review tool built with Streamlit. It analyzes Python code quality using pylint and provides intelligent suggestions using Google Generative AI. Designed to help developers write cleaner and more efficient code, it offers instant feedback and improvement tips through a friendly UI
- Host: GitHub
- URL: https://github.com/sharanyazx/dr_python
- Owner: sharanyazx
- Created: 2025-06-22T09:05:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-22T10:04:04.000Z (8 months ago)
- Last Synced: 2025-06-22T10:27:24.364Z (8 months ago)
- Topics: aicodeassistant, codereview, developertool, google-genera, linting, python, renderdeployment, streamlit
- Language: Python
- Homepage: https://dr-python-80r0.onrender.com/
- Size: 21.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# π§ 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
```bash
git clone https://github.com/sharanyazx/Dr_Python.git
cd Dr_Python
````
## Visit [Dr Python](https://dr-python-80r0.onrender.com/)
## π License
This project is licensed under the [MIT License](LICENSE).