Skip to content

Automate postal code search and address details differentiation ๐Ÿ“ฎ๐Ÿ”

License

Notifications You must be signed in to change notification settings

movemin03/postal_code_bulk_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Postal Code Bulk Search (์šฐํŽธ๋ฒˆํ˜ธ ๋Œ€๋Ÿ‰ ๊ฒ€์ƒ‰)

postal_code_bulk_search.py ํ”„๋กœ๊ทธ๋žจ์€ ๋ฐ›๋Š” ๋ถ„, ์ฃผ์†Œ ๋ฐ ์—ฐ๋ฝ์ฒ˜ ํ•„๋“œ์™€ ํ•จ๊ป˜ ์—‘์…€ ํŒŒ์ผ ๊ฒฝ๋กœ๋ฅผ ์ž…๋ ฅํ•˜์—ฌ ์šฐํŽธ๋ฒˆํ˜ธ๋ฅผ ์ž๋™์œผ๋กœ ๊ฒ€์ƒ‰ํ•˜๊ณ  ์ผ๋ฐ˜ ๋ฐ ์ƒ์„ธ ์ฃผ์†Œ๋ฅผ ๊ตฌ๋ถ„ํ•˜๋ฉฐ ํœด๋Œ€์ „ํ™” ๋ฐ ์ผ๋ฐ˜ ์ „ํ™” ๋ฒˆํ˜ธ๋ฅผ ๊ตฌ๋ถ„ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์‚ฌ์šฉ ๋ฐฉ๋ฒ•:

postal_code_bulk_search.py ์Šคํฌ๋ฆฝํŠธ๋ฅผ ์‹คํ–‰ํ•ฉ๋‹ˆ๋‹ค. Excel ํŒŒ์ผ์„ ์ œ๊ณตํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค. Excel ํŒŒ์ผ์˜ ์—ด ์ด๋ฆ„์€ ๊ฐ๊ฐ "๋ฐ›๋Š” ๋ถ„", "์ฃผ์†Œ", "์—ฐ๋ฝ์ฒ˜"์—ฌ์•ผ ํ•ฉ๋‹ˆ๋‹ค.

๊ธฐ๋Šฅ:

ํ”„๋กœ๊ทธ๋žจ์€ ์ž๋™์œผ๋กœ ๋‹ค์Œ์„ ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค.

  1. ์šฐํŽธ๋ฒˆํ˜ธ ๊ฒ€์ƒ‰
  2. ์ผ๋ฐ˜ ๋ฐ ์ƒ์„ธ ์ฃผ์†Œ ๊ตฌ๋ถ„
  3. ํœด๋Œ€์ „ํ™” ๋ฐ ์ผ๋ฐ˜ ์ „ํ™” ๋ฒˆํ˜ธ ๊ตฌ๋ถ„

์š”๊ตฌ ์‚ฌํ•ญ:

pip install requests, lxml, xml.etree.ElementTree

Pyinstaller ์‚ฌ์šฉ ์‹œ:

pyinstaller postal_code_bulk_search.py --hidden-import requests --hidden-import lxml --hidden-import xml.etree.ElementTree


Postal Code Bulk Search (English)

The postal_code_bulk_search.py program allows you to automatically search for postal codes, distinguish between regular and detailed addresses, and differentiate between mobile and landline phone numbers by simply inputting recipient information, address, and contact fields, along with the Excel file path.

Usage:

Run the postal_code_bulk_search.py script. You must provide an Excel file containing recipient information, address, and contact details. The column names in the Excel file must be "๋ฐ›๋Š” ๋ถ„", "์ฃผ์†Œ", and "์—ฐ๋ฝ์ฒ˜" respectively.

Feature:

The program will automatically

  1. search for postal codes
  2. distinguish between regular and detailed addresses
  3. differentiate between mobile and landline phone numbers

Requirements:

pip install requests, lxml, xml.etree.ElementTree

To use Pyinstaller:

pyinstaller postal_code_bulk_search.py --hidden-import requests --hidden-import lxml --hidden-import xml.etree.ElementTree

About

Automate postal code search and address details differentiation ๐Ÿ“ฎ๐Ÿ”

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages