Metadata-Version: 2.1
Name: fake-agent
Version: 0.1.1
Summary: Generate fake user agents on the fly
Home-page: https://github.com/Itz-fork/Fake-agent
Download-URL: https://github.com/Itz-fork/Fake-agent/releases/tag/fake-agent-v0.1.1
Author: Itz-fork
Author-email: itz-fork@users.noreply.github.com
License: MIT
Keywords: user-agent,fake-user-agent,user agent generator
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Education
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# Fake Agent
Generate fake user agents on the fly


# Features
- Easy to use
- Works offline
- No need of 3rd party packages


# Install

- Via pip
    ```
    pip3 install fake-agent
    ```
- Via source
    ```
    pip3 install git+https://github.com/Itz-fork/Fake-agent.git
    ```


# Usage
For more detailed explanation, visit [functions documentation](https://me.itz-fork.xyz/Fake-agent/#/functions/README)


**Import and initialize the `Fake_Agent` class**

```python
from FakeAgent import Fake_Agent

fa = Fake_Agent()
```

- `get()` - Get user agents as a list or generator according to the browser that Fake_Agent class initialized with
    - For more info visit - [Fake_Agent.get documentation](https://me.itz-fork.xyz/Fake-agent/#/functions/get)

- `random()` - Randomly select user agent
    - For more info visit - [Fake_Agent.random documentation](https://me.itz-fork.xyz/Fake-agent/#/functions/random)


# License
Licensed under [MIT License](LICENSE)

