No description
Find a file
2024-07-24 17:25:00 +04:00
.gitignore feat: mauritius phone numbers database generator 2024-07-24 17:24:33 +04:00
input_ranges.csv feat: mauritius phone numbers database generator 2024-07-24 17:24:33 +04:00
main.py feat: mauritius phone numbers database generator 2024-07-24 17:24:33 +04:00
poetry.lock feat: mauritius phone numbers database generator 2024-07-24 17:24:33 +04:00
pyproject.toml feat: mauritius phone numbers database generator 2024-07-24 17:24:33 +04:00
pyrightconfig.json feat: mauritius phone numbers database generator 2024-07-24 17:24:33 +04:00
README.md feat: mauritius phone numbers database generator 2024-07-24 17:24:33 +04:00

Mauritius Phone Numbers Generator

This will generate a list of Mauritius phone numbers. The phone numbers will be in the format 5xxxxxxx from the initial template provided by ICTA.

Requirements

  • Python 3
  • SQLite3

Usage

$ python3 main.py

Output

This will generate a complete_numbers.db which you can query to get the phone numbers.

$ sqlite3 complete_numbers.db
sqlite> SELECT * FROM numbers LIMIT 5;