Program to search multiple things at once.
There are three python programs you can use and a chrome extension.
Open cmd > change directory to downloaded folder location > type python script-name.py
More Tools > Extensions > Enable developer mode > Load unpacked > Select Website folder
- Simple command program for multiple searches - [x]
- Simple GUI program for multiple searches - [x]
- Implemented everything onto a website (Chrome extension) - [x]
- Progress bar implementation to GUI version
- Recursive function on the website can be altered
- 14.3.2023
- Added clear button for clearing currently written text
- 13.3.2023
- Changed github redirection to the project
- Added tabs permissions to manifest.json file
- Fixed a bug where only first search was opened
- 12.3.2023
- Changed README file
- 11.3.2023 - Version 1.0.0. is out!
- Created a manifest.json file for Web Extension API
- Changed html on click method to js addEventListener
- Added combineWords feature to python programs
- 10.3.2023
- Created a simple Website layout
- Website has now styling and a same logic as command program / GUI
- Added an extra feature where you can combine words using '+'
- 9.3.2023
- GUI has now the same logic as simple command program
- Also fixed a buy when searching with Bing
- 8.3.2023
- Created a simple GUI layout using tkinter
- 7.3.2023
- Created the whole project (README.md and searches.py)
- Created a simple command program for multiple searches (without program parameters)
- Created a simple command program for multiple searches (with program parameters)