Python package that contains the data of countries, states and their cities. Now it's easy for the end-user to get all the data by just calling the relevant functions
- Get Countries
- Get States
- Get Cities
To install the Hawqal package, use the following command:
- windows
pip install hawqal
- macos/linux
pip3 install hawqal
For more information, additional examples and functionality, see the Hawqal Docummentation.
- Python 3.10.9