Socket
Socket
Sign inDemoInstall

faker-wifi-essid

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

faker-wifi-essid

Faker provider for Wi-Fi ESSIDs.


Maintainers
1

================= Faker Wi-Fi ESSID

|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status| |LGTM Grade| |LGTM Alerts|

Faker <https://github.com/joke2k/faker/>__ provider for Wi-Fi ESSIDs.

.. image:: docs/_static/img/faker_wifi_essid_demo.gif :target: https://asciinema.org/a/191287 :alt: Faker Wi-Fi ESSID - Demo

Usage

.. code-block:: python

Import Faker.

from faker import Faker

Import the WifiESSID class from Faker Wi-Fi ESSID.

from faker_wifi_essid import WifiESSID

Create an instance of Faker.

fake = Faker()

Add Faker Wi-Fi ESSID to the Faker providers.

fake.add_provider(WifiESSID)

Call 'wifi_essid()' to get a random fake Wi-Fi ESSID.

fake.wifi_essid()

License

MIT <https://opensource.org/licenses/MIT>__

.. |Build Status| image:: https://github.com/SkypLabs/faker-wifi-essid/actions/workflows/test_and_publish.yml/badge.svg?branch=develop :target: https://github.com/SkypLabs/faker-wifi-essid/actions/workflows/test_and_publish.yml?query=branch%3Adevelop :alt: Build Status

.. |LGTM Alerts| image:: https://img.shields.io/lgtm/alerts/g/SkypLabs/faker-wifi-essid.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/SkypLabs/fake-wifi-essid/alerts/ :alt: LGTM Alerts

.. |LGTM Grade| image:: https://img.shields.io/lgtm/grade/python/g/SkypLabs/faker-wifi-essid.svg?logo=lgtm&logoWidth=18 :target: https://lgtm.com/projects/g/SkypLabs/faker-wifi-essid/context:python :alt: LGTM Grade

.. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/faker-wifi-essid.svg?style=flat :target: https://pypi.org/project/faker-wifi-essid/ :alt: PyPI Package Downloads Per Month

.. |PyPI Package| image:: https://img.shields.io/pypi/v/faker-wifi-essid.svg?style=flat :target: https://pypi.org/project/faker-wifi-essid/ :alt: PyPI Package Latest Release

.. |PyPI Python Versions| image:: https://img.shields.io/pypi/pyversions/faker-wifi-essid.svg?logo=python&style=flat :target: https://pypi.org/project/faker-wifi-essid/ :alt: PyPI Package Python Versions

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc