Skip to content

GabrielMacJr/ProductFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProductFinder

Objective

Create a Python GUI APP that gathers data on a product of your choice (in-stock products) from the newegg site and outputs an excel sheet with the data.

The following data is gathered and organized in an excel sheet:

  1. hyperlink
  2. details
  3. price
  4. shipping price
  5. number of reviews
  6. page found

GUI APP Image

ProductFinderImage

Features

  • Product Search - Type the product you are looking for
  • File Name - Type the name of the excel file being created
  • Saving Location - Type or Browse your saving directory
  • Complete Search - Initiate search

How to Run ProductFinder APP (Two different methods)

(1) The first method to run ProductFinder APP
 Download the repository and run file main.py on python

(2) The second method to run ProductFinder APP
 Please follow the 5 Steps below to downlaod the .exe file

1st Step:
Click the link below:
To Download the ProductFinder APP: Click Here


2nd Step:
Click the ProductFinder.exe to download the program

image


3rd Step:
Once downloaded, click on the ProductFinder.exe to open the program

image


4th Step:
If warning appears, click on More info

image


5th Step:
Click on Run anyway

image

Finally the ProductFinder APP will appear and it is ready to use

image

Requirements

   
    beautifulsoup4==4.11.1
    pandas==1.4.2
    PySimpleGUI==4.60.3
    requests==2.27.1
    openpyxl==3.0.10
  

About

Gathers data on newegg in stock products

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages