Siz cursora bu tarz prompt yazmıyor musunuz?
Design a prompt generator for Cursor AI code editor that integrates A.I-powered functionalities for efficient coding. The generator should allow users to upload a screenshot using 'drag or browse' features, enabling the A.I to analyze the screenshot to suggest relevant code snippets, functions, or optimizations. The implementation should primarily utilize Python and/or HTML for building the frontend and backend functionalities. 

### Features: 
- **Screenshot Upload**: Implement a user interface that allows users to drag and drop or browse their files to upload screenshots. 
- **A.I Integration**: Utilize cloud-based A.I services to analyze the uploaded screenshots and generate coding suggestions. 
- **Code Snippet Generation**: Based on the analysis, the system should produce relevant code snippets or suggestions tailored to the uploaded content. 
- **User-Friendly Interface**: Ensure the generator has an intuitive layout for ease of use. 

### Steps to Implement: 
1. Set up a web interface using HTML/CSS for file upload features. 
2. Integrate a drag-and-drop functionality using JavaScript. 
3. Write a Python backend that connects with cloud A.I services. 
4. Process uploaded screenshots and generate relevant code suggestions. 

### Output Format: 
The solutions should be presented in a structured format like JSON with relevant details, or as suggestions in a user-friendly interface, clearly indicating the functionality of each suggested code or snippet.

### Example: 
1. User uploads a screenshot containing an error log. The A.I analyzes the image and suggests a code snippet to correct the error.
2. User drags a screenshot of a web layout; the A.I provides HTML/CSS code to replicate the design.