Live App : https://code-generator1.streamlit.app/
Welcome to the Streamlit Code Assistant App! This application is designed to enhance your coding experience by providing three essential functionalities: Code Generator 🔧, Code Review Helper 👀, and Code Error Solver Assistant ❌. Whether you're a beginner or an experienced developer, this app aims to streamline your coding workflow and boost productivity.
Effortlessly generate boilerplate code for common programming tasks using the Code Generator feature. Save time and focus on building the core logic of your application.
Improve the quality of your code with the Code Review Helper. Receive insights on best practices, style conventions, and potential issues to enhance code readability and maintainability.
Troubleshoot and debug your code effectively with the Code Error Solver Assistant. Get suggestions and solutions for common coding errors, making the debugging process more efficient.
Make sure you have Streamlit installed. If not, you can install it using:
pip install streamlit- Clone the repository:
git clone https://github.com/Uttampatel1/Code-Generator.git - Navigate to the project directory:
cd Code-Generator - Install dependencies:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run app.py- Open your browser and go to http://localhost:8501.
- Choose the desired feature: Code Generator, Code Review Helper, or Code Error Solver Assistant.
- Follow the on-screen instructions and prompts.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy coding! 🚀