Skip to main content

No project description provided

Project description

Easy-to-use Zimbabwean Mobile Number Validation

This module provides a simple and convenient way to validate Zimbabwean mobile phone numbers. It supports all major mobile network operators in Zimbabwe, including:

  • Econet

  • NetOne

  • Telecel

Key features:

  • Simple API: Validate phone numbers with just one line of code.

  • Extensive coverage: Supports all major mobile network operators in Zimbabwe.

  • Fast and reliable: Validations are performed quickly and accurately.

  • Lightweight: The module has a small footprint and minimal dependencies.

Installation:

pip install ZimPhoneValidate

Usage:

from ZimPhoneValidate.validate import number_is_valid

number = "263771234567"


if number_is_valid(number):
    print(f"{number} is a valid Zimbabwean mobile number.")
else:
    print(f"{number} is not a valid Zimbabwean mobile number.")

Applications:

This module can be useful for applications such as:

  • Contact management systems

  • User registration forms

  • SMS marketing campaigns

  • Mobile payment systems

Note:

This module is under development. Feel free to contribute to the project by reporting bugs or suggesting improvements.

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

ZimPhoneValidate-1.1.5.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

ZimPhoneValidate-1.1.5-py3-none-any.whl (4.2 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