Skip to content

Creates a GUI Search Bar that links to multiple search engines and inputs user's search.

License

Notifications You must be signed in to change notification settings

gwiggen1/Ultimate-Search-CTkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Ultimate-Search CTkinter

Description

Creates a GUI Search Bar that links to multiple search engines and inputs user's search.

Uses Search Engines Google, Bing, and DuckDuckGO

Requirements

Uses libraries Selenium, tkinter, CTkinter

pip install Selenium
pip install tkinter
pip install customtkinter

Must have chrome webdriver installed

GUI

UltimateSearch

Packaging

When trying to package a CTkinter GUI Program as an executable I recommend using auto-py-to-exe (a bit more user friendly than pyinstaller)

To Install auto-py-to-exe:

pip install auto-py-to-exe

Open auto-py-to-exe:

python -m auto_py_to_exe

This should open auto-py-to-exe. Once inside you must use One Directory (--onedir1) and Add Folder CTkinter in Additional Files (--add-data1)

Here is some additional help/explanation from the devs:

CTK Packaging Help

Footnotes

  1. If using CTkinter library you will not be able to do One File. You must also add CTkinter to the package. Else you will get an error. 2