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:
- hyperlink
- details
- price
- shipping price
- number of reviews
- page found
- 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
(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
3rd Step:
Once downloaded, click on the ProductFinder.exe to open the program
4th Step:
If warning appears, click on More info
5th Step:
Click on Run anyway
Finally the ProductFinder APP will appear and it is ready to use
beautifulsoup4==4.11.1
pandas==1.4.2
PySimpleGUI==4.60.3
requests==2.27.1
openpyxl==3.0.10