selwin / python-user-agents

A Python library that provides an easy way to identify devices like mobile phones, tablets and their capabilities by parsing (browser) user agent strings.
MIT License
1.43k stars 196 forks source link

Generation of user-agent or just parsing? #119

Open vsoch opened 2 years ago

vsoch commented 2 years ago

Hi! Does this library allow random generation of a valid user agent string, or is it just for parsing them? Thanks!