About · Requirements · Installation · Usage · License
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.
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
git clone https://github.com/memb3r/pybing
# Cloning the repo
cd pybing
# Moving to pybing directory
Start the program:
python3 pybing.py
This project is licensed under the MIT License
- see file LICENSE for details.