Axcessor




Introduction
Axcessor is an elaborated search engine for Windows which is made for users to search for installed applications and do web searches directly from the application instead of searching manually on their systems. With a simple UI and quick hotkey activation of the application, it is a faster and a better solution to application searches.
Reason behind Axcessor
Got inspiration from Spotlight search on macOS and thought of making it for windows. And so I came up with Axcessor.

Project Details
Made entirely on Python.
Python modules used:
- tkinter
- win32api, win32con, win32gui
- threading
- glob module
- os module
- PIL module
- textwrap module
- pickle module
- winreg module
- pickle module
Side Note: I wanted to make this project using Python only as a challenge, but I will never do so again.
Features:
- Application Search
- Web Search
- Result Caching
- Hotkey Activation
- Simple GUI

Project Link:
Github: Link (Complete guide on how to use)
Axcessor