Initial commit: Excel Address to Postal Code Converter

This commit is contained in:
2026-05-26 22:38:52 +09:00
commit b91d8b8fac
8 changed files with 542 additions and 0 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
openpyxl==3.1.5
requests==2.31.0
python-dotenv==1.0.0