如何让我的 Python 程序在 Google 上搜索我的问题(基于特定输入)?

How do I make my Python program search up my questions on Google (based on a certain input)?

我正在尝试做一个类似程序的语音助手,在程序中提出问题,程序无法回答的问题由Google.com搜索。所以我只是想知道 我必须安装什么软件才能使它工作? 我通常需要做什么?

有关更多信息,我在 Raspberry Pi 3 B 上使用 Raspbian,并且我正在使用 Python 3.9.2

谢谢!

您只需要几个库,无需安装其他任何东西。在这里可以找到很棒的教程:https://www.geeksforgeeks.org/performing-google-search-using-python-code/

需要的两个库是:

pip install beautifulsoup4

pip install google