Skip to content

memb3r/pybing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Use Bing for free using PyBing!

About · Requirements · Installation · Usage · License

About

PyBing is a program on Python that allows you to use Bing for free and without limit. Just install the libraries and start the program!

Basically, the response is generated from 4 to 25 seconds, it all depends on its size.

This program is made with g4f library and this program is in no way associated with OpenAI or Microsoft.

Requirements

git:

sudo apt install git

python3:

sudo apt install python3

python3-pip:

sudo apt install python3-pip

g4f:

pip install -U g4f

rich:

pip install rich

Installation

git clone https://github.com/memb3r/pybing
# Cloning the repo

cd pybing
# Moving to pybing directory

Usage

Start the program:

python3 pybing.py

License

This project is licensed under the MIT License - see file LICENSE for details.