Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 881 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 881 Bytes

Product Searcher

Search products from all around the world

Develop tools

Quick Start

requirentment

  • python 3.7
  • pip 3.7
  • poetry(optional)
  • install package
    • with pip pip3.7 install {packages} or python3.7 -m pip install {packages}
    • with poetry poetry install or poetry install --no-dev
  • (poetry) enter shell poetry shell

Product Search Web

  • start web python3.7 ProductSearcher/web/searchviewer.py

Product Search Web View

example1 example2 example3