mirror of
https://github.com/eznix86/mauritius-generate-phone-number-database.git
synced 2026-07-25 20:58:53 +00:00
No description
- Python 100%
| .gitignore | ||
| input_ranges.csv | ||
| main.py | ||
| poetry.lock | ||
| pyproject.toml | ||
| pyrightconfig.json | ||
| README.md | ||
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;