Metadata-Version: 2.1
Name: fagents
Version: 1.0
Summary: A small package that will generate fake user Agents
Home-page: https://github.com/Abodx9
Author: Abodx
Author-email: abodx@gmx.de
Project-URL: Bug Tracker, https://github.com/Abodx9/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

## Fagents
Simple package will help generating fake-user agents for you.


## Usage
To use this package you need to follow these steps:


```bash
  pip install fagents
```

then you can simply import is like that:


```python
  from fagents import xrand

  print(xrand())

```
