Metadata-Version: 2.1
Name: py-random-useragent
Version: 0.2.0
Summary: Generate a random User Agent
Home-page: https://github.com/suvorinov/py-random-useragent
Author: Oleg Suvorinov
Author-email: suvorinovoleg@yandex.ru
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: cachecontrol[filecache] (>=0.14.0,<0.15.0)
Requires-Dist: requests (>=2.30.0,<3.0.0)
Description-Content-Type: text/markdown

# py-random-useragent

Generate a random User Agent

### Installation

```
pip install py-random-useragent
```

### Usage

``` python
>>> from py_random_useragent import UserAgent

>>> UA = UserAgent()
>>> print(UA.get_ua())
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0
```

### Acknowledgments

Many thanks to [CDN of Suvorinov Oleg](https://cdn.suvorinov.ru/user_agents/user_agents.txt)
