Skip to main content

The simplest way to check if internet access is available.

Project description

am_i_connected

This python3 package is the simplest way to check if there is internet connection.

you can install this library using pip.

pip install am_i_connected

example of use:

from am_i_connected import check as there_is_internet

if there_is_internet():
    print('You are connected! Amazing!')
else:
    print("Hey, you aren't connected...")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

am_i_connected-0.1.4.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

am_i_connected-0.1.4-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page