FayasNoushad / Check-URL

An URL checking python package

Home Page:https://pypi.org/project/Check-URL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check URL

A url format checker and tester

Installation

pip install Check-URL

Usage

import check_url


url = "https://github.com/"

check = check_url.check(url)
# => True

# For testing the URL
check = check_url.check(url, test=True)
# => True

About

An URL checking python package

https://pypi.org/project/Check-URL

License:MIT License


Languages

Language:Python 100.0%