Simple zip code database based on KEN_ALL.csv from Japan Post Co. with Python
- Python 3.7.6
The main usage is like below!
git clone https://github.com/Enokisan/ZipDatabase
cd ZipDatabase
python3 main.pyFirst of all, you have to download KEN_ALL.CSV by query(3)-"download csv" and create sqlite3 table!
python3 main.py
# [ZIP Database] What do you want? type {0:quit, 1:search from zipcode, 2:seacrh from area, 3:download csv and create table}
3
# [ZIP Database] KEN_ALL.CSV has been downloaded!
# [ZIP Database] zip.sqlite3 has got ready!
- Enokisan
- E-project
- Twitter : https://twitter.com/EprojectColab1