Skip to content

Latest commit

 

History

History
48 lines (42 loc) · 1.92 KB

README.md

File metadata and controls

48 lines (42 loc) · 1.92 KB

Multiple searches

Program to search multiple things at once.

License

How to use it?

There are three python programs you can use and a chrome extension.

How to open python program

Open cmd > change directory to downloaded folder location > type python script-name.py

How to upload a chrome extension

More Tools > Extensions > Enable developer mode > Load unpacked > Select Website folder

My TODO steps:

  1. Simple command program for multiple searches - [x]
  2. Simple GUI program for multiple searches - [x]
  3. Implemented everything onto a website (Chrome extension) - [x]

How you can help:

  • Progress bar implementation to GUI version
  • Recursive function on the website can be altered
Changelog:
  • 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)