Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samuelcaldas/bingo
binGo is a free, innovative web app that integrates GPT AI to assist programmers. It offers a unique coding experience by providing natural language interaction with your code, enhancing productivity and learning through Microsoft Edge. Powered by Flask and Python, it's the smart way to code.
https://github.com/samuelcaldas/bingo
bing code-helper coding-assistant copilot copilot-chat flask free gpt gpt-4 local-files programing
Last synced: 25 days ago
JSON representation
binGo is a free, innovative web app that integrates GPT AI to assist programmers. It offers a unique coding experience by providing natural language interaction with your code, enhancing productivity and learning through Microsoft Edge. Powered by Flask and Python, it's the smart way to code.
- Host: GitHub
- URL: https://github.com/samuelcaldas/bingo
- Owner: samuelcaldas
- License: mit
- Created: 2023-12-01T04:13:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-29T05:14:11.000Z (11 months ago)
- Last Synced: 2024-11-14T01:16:18.270Z (3 months ago)
- Topics: bing, code-helper, coding-assistant, copilot, copilot-chat, flask, free, gpt, gpt-4, local-files, programing
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# binGo
binGo is a free, open-source Flask application designed to enhance your programming experience by leveraging the power of GPT as a coding assistant. It provides a user-friendly interface to interact with GPT, which acts as a virtual copilot, guiding you through code-related queries and aiding in the development process.
## Features
- **GPT Integration**: Utilize the advanced capabilities of GPT to get coding assistance, explanations, and suggestions directly within the app.
- **Code Assistance**: Whether you're debugging or looking for code optimization, binGo's integration with GPT can provide valuable insights.
- **Enhanced Productivity**: Streamline your coding workflow with an AI companion that understands your programming needs.
- **Natural Language Queries**: Simply describe what you need in plain English, and binGo will provide the relevant code snippets.
- **Learning Tool**: Use binGo as a learning aid to understand new libraries or frameworks.## Installation
To install binGo, ensure you have Python 3.8 or higher and Flask 2.0 or higher. Install Flask using pip:
```bash
pip install Flask
```Clone this repository or download the `app.py` file to your computer.
## Usage
To use binGo, run the `run_binGo.cmd` file in the app folder:
```bash
.\run_binGo.cmd
```This starts a local server on port 80. Open Microsoft Edge browser and navigate to:
```text
http://localhost/
```Replace `` with the path of the folder you want to browse. For example, if you want to browse the folder C:\Users\UserName\source\repos\binGo, you can go to:
```text
http://localhost/C:/Users/UserName/source/repos/binGo
```Enjoy a free and more productive coding session with binGo and GPT-powered AI assistance!