Metadata-Version: 2.1
Name: googletrends-ai
Version: 0.0.4
Summary: The graph shows how often the entered word or phrase is searched in Google Trend
Home-page: https://github.com/spcnkonno/googletrends_ai
Author: spcnkonno
Author-email: nkonno@sciencepark.co.jp
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/spcnkonno/googletrends_ai
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8.10
Description-Content-Type: text/markdown

入力した語句が、Googleトレンドで世界のさまざまな地域や、さまざまな言語での総検索ボリュームと比較してどのくらいの頻度で検索されているかをグラフで表します。語句を複数入力したい場合は「,」で区切ってください。（例：cat,dog）
事前に「pip install pytrends pandas matplotlib」を実行してください。



The graph shows how often the entered words or phrases are searched for in Google Trends compared to the total search volume in various regions of the world and in various languages.If you want to enter multiple words, please separate them with "," (e.g. cat,dog).
Please run [pip install pytrends pandas matplotlib] beforehand.

