Skip to content

Searcher allows users to search for files quickly and efficiently. It helps you get quick results by filtering specific file names or contents with extended search options. It also offers easy access using file managers to open file locations. With its user-friendly interface, Searcher is a tool that makes file management easy.

License

Notifications You must be signed in to change notification settings

cektor/Searcher

Repository files navigation

made in TR

Searcher

Searcher allows users to search for files quickly and efficiently. It helps you get quick results by filtering specific file names or contents with extended search options. It also offers easy access using file managers to open file locations. With its user-friendly interface, Searcher is a tool that makes file management easy.

Searcher Logo

Searcher Logo


Linux Screenshot

Linux(pardus)


Install Git Clone and Python3

Github Package Must Be Installed On Your Device.

git

sudo apt install git -y

Python3

sudo apt install python3 -y 

pip

sudo apt install python3-pip

Required Libraries

PyQt5

pip install PyQt5

PyQt5-sip

pip install PyQt5 PyQt5-sip

PyQt5-tools

pip install PyQt5-tools

Required Libraries for Debian/Ubuntu

sudo apt-get install python3-pyqt5
sudo apt-get install qttools5-dev-tools
sudo apt-get install python3-pillow
sudo apt-get install python3-pypdf2

pillow

pip3 install pillow

pypdf2

pip3 install pypdf2

Installation

Install Searcher

sudo git clone https://github.com/cektor/Searcher.git
cd Searcher
python3 searcher.py

To compile

NOTE: For Compilation Process pyinstaller must be installed. To Install If Not Installed.

pip install pyinstaller

Linux Terminal

pytohn3 -m pyinstaller --onefile --windowed searcher.py

MacOS VSCode Terminal

pyinstaller --onefile --noconsole searcher.py

To install directly on Linux

Linux (based debian) Terminal: Linux (debian based distributions) To install directly from Terminal.

wget -O Setup_Linux64.deb https://github.com/cektor/Searcher/releases/download/1.00/Setup_Linux64.deb && sudo apt install ./Setup_Linux64.deb && sudo apt-get install -f -y

Release Page: https://github.com/cektor/Searcher/releases/tag/1.00


About

Searcher allows users to search for files quickly and efficiently. It helps you get quick results by filtering specific file names or contents with extended search options. It also offers easy access using file managers to open file locations. With its user-friendly interface, Searcher is a tool that makes file management easy.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages