pip install fake-useragent
from fake_useragent import UserAgent ua=UserAgent() # 隨機生成UserAgent() print(ua.random)