Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!