Metadata-Version: 2.1
Name: PriceHero-mehtaarn000
Version: 0.5.9
Summary: A python module that will allow users to get product prices information from a multitude of different websites. 
Home-page: https://github.com/mehtaarn000/PriceHero
Author: mehtaarn000
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# PriceHero
A python module that will allow users to get product prices information from a multitude of different websites. Perfect for building price trackers.

## Installation
`pip install PriceHero-mehtaarn000`

## Example
Import the module with:

`import PriceHero as ph`

Now, scrape a product off Acer with:

`travelpack = ph.acer("https://store.acer.com/en-us/porsche-design-acer-travelpack-rs-aak010")`

`print(travelpack)`, your output should be something like this:

`{'name': 'Porsche Design Acer Travelpack RS - AAK010', 'price': '$329.99', 'discountprice': None}`

## Supported Websites
Total of 28!
- Acer
- Adafruit
- Adidas
- Amazon
- Ann Taylor
- BestBuy
- Boohoo
- Chess.com Shop
- Dell
- Etsy
- Github Shop
- Gucci
- Joanns
- Journeys
- Jumia
- Konga
- Lids
- Louis Vuitton
- Michaels
- Minecraft Shop
- Newegg
- Overstock
- Pishop
- Tjmaxx
- Walgreens
- Walmart
- White House Black Market
- Xbox


