Metadata-Version: 2.1
Name: PriceHero-mehtaarn000
Version: 0.5.3
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
Description: # 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:
        
        `laptop = ph.acer("https://store.acer.com/en-us/aspire-5-laptop-a515-56-55j8")`
        
        `print(laptop)`, your output should be something like this:
        
        `{'price': '$649.99', 'name': 'Aspire 5 Laptop - A515-56-55J8', 'discountprice': None}`
        
        ## Supported Websites
        Total of 28!
        - Amazon
        - Acer
        - Dell
        - Michaels
        - BestBuy
        - Walmart
        - Joanns
        - Adafruit
        - Xbox
        - Github Shop
        - Macys
        - Chess.com Shop
        - Newegg
        - Etsy
        - Overstock
        - Pishop
        - Boohoo
        - Walgreens
        - Forever21
        - White House Black Market
        - Gucci
        - Louis Vuitton
        - Minecraft Shop
        - Ann Taylor
        - Tjmaxx
        - Journeys
        - Adidas
        - Lids
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
