xxxxxxxxxx
pip install geminiai-chat-python --upgrade
from GeminiAIChat.core import API
res = API("your_api_key") # https://aistudio.google.com/app/apikey
res.prompt("what is python")
print(res.response())
https://github.com/MominIqbal-1234/geminiai-chat-python